Learn R Programming

Density.T.HoldOut (version 2.00)

Density.T.HoldOut: Non-combinatorial T-estimation Hold-Out for density estimation

Description

Implementation in the density framework of the non-combinatorial algorithm and its greedy version, introduced by Magalhães and Rozenholc (2014), for T-estimation Hold-Out proposed in Birgé (2006, Section 9). The package provide an implementation which uses several families of estimators (regular and irregular histograms, kernel estimators) which may be used alone or combined. As a complement, provides also a comparison with other Held-Out derived from least-squares and maximum-likelihood. This package implements also the T-estimation Hold-Out derived from the test introduced in Baraud (2011).

Copy Link

Version

Install

install.packages('Density.T.HoldOut')

Monthly Downloads

30

Version

2.00

License

GPL (>= 2)

Maintainer

Last Published

September 20th, 2014

Functions in Density.T.HoldOut (2.00)

TBuildRegularHisto

Regular histogram estimator list constructor.
TBuildIrregularHisto

Irregular histogram estimator list constructor.
TBuildKernel

Kernel estimator list constructor.
TBuildList

Construction of a list of regular and irregular histograms, kernel and parametric estimators.
DensityTestim

Non-combinatorial T-estimation Hold-Out for density estimation.
Density.T.HoldOut

Density.T.HoldOut: Non-combinatorial T-estimation Hold-Out for density estimation
TBuildParametric

Parametric estimator list constructor.