Package: |
delt |
Version: |
0.8.2 |
Date: |
2015-05-17 |
Depends: |
R |
License: |
GPL version 2 or newer |
URL: |
http://www.jussiklemela.com/delt |
Packaged: |
Mon Jun 15 16:34:17 2015; jsk |
Built: |
R 3.2.0; i486-pc-linux-gnu; 2015-05-15 16:34:35; unix |
Greedy histograms:
eval.greedy,
lstseq.greedy.
CART-histograms:
eval.cart,
lstseq.cart.
CART histograms step by step:
densplit,
prune,
eval.pick.
Bootstrap aggregation of histograms:
eval.bagg,
lstseq.bagg.
Stagewise minimization:
eval.stage,
eval.stage.gauss.
Other utilities:
partition,
plotparti.
Tree transformation:
lefrig2par,
makebina.
Miscallenous:
intpcf,
supp.
Index:
densplit Calculation of an overfitting histogram
eval.bagg Returns a bootstrap aggregation of adaptive
histograms
eval.cart Calculates a CART histogram
eval.greedy Returns a greedy histogram
eval.pick Returns a subtree of an evaluation tree
eval.stage Returns a stagewise minimization estimate
eval.stage.gauss Returns a 1D Gaussian mixture density estimate
intpcf Calculates the integral of a piecewise constant
function
lefrig2par Transforms an evaluation tree so that it can be
plotted with the "plottree" function of package
"denpro"
lstseq.bagg Calculates a scale of bootstrap aggregated
histograms
lstseq.cart Calculates a scale of CART histograms
lstseq.greedy Calculates a scale of greedy histograms
makebina Tranforms and evaluation tree to the tree
object of R
partition Finds the partition generated by an evaluation
tree
plotparti Draws a partition
prune Prepares for pruning an overfitting evaluation
tree
scaspa Finds the number of modes of histograms which
are obtained by pruning an overfitting
histogram
supp Returns the bounding box of observations