"makeAbscontDistribution"
Transforms an object of "UnivariateDistribution"
to
an object of class "makeAbscontDistribution"
.
makeAbscontDistribution(object, gaps = NULL, param = NULL, img = NULL, withgaps = getdistrOption("withgaps"), ngrid = getdistrOption("DefaultNrGridPoints"), ep = getdistrOption("TruncQuantile"))
object |
Objects of class |
gaps |
slot gaps (of class |
param |
parameter (of class |
img |
image range of the distribution (of class |
withgaps |
logical; shall gaps be reconstructed empirically? |
ngrid |
number of gridpoints |
ep |
tolerance epsilon |
takes slot p
of object
and then generates an
"AbscontDistribution"
object using generating function
AbscontDistribution
.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Hu <- Huberize(Norm(), -2,1) Hu plot(Hu) Hu0 <- makeAbscontDistribution(Hu) Hu0 plot(Hu0)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.