intpcf {delt} | R Documentation |
Calculates the integral of a piecewise constant function.
intpcf(pcf)
pcf |
piecewise constant function |
Real number; the integral of the piecewise cosntant function
Jussi Klemela
library(denpro) dendat<-sim.data(n=50,seed=5,type="mulmodII") eva<-eval.greedy(dendat,leaf=5) intpcf(eva)