| eddDist-class {edd} | R Documentation |
objects from this class can be used to simulate or tabulate reference distributions for edd
Objects can be created by calls of the form new("eddDist", ...).
These objects include a simple stub (like "norm", which can
be modified to obtain the name of a generator (prepend "r"),
cdf (prepend "p"), etc.) in R.
stub:"character" stub
of a distribution system in R, to which "r" is prepended
to get a generator, "p" to get a cdf, "q" to get a quantile
function... parms:"numeric" named
vector of parameters for a member of the family median:"numeric" median
of the distribution (sometimes has to be computed by simulation) mad:"numeric" MAD
of the distribution (sometimes has to be computed by simulation)tag:"character" an
informative character tag latexTag:"character" an
informative character tag in latex format, which can use
subscripts, greek letters, etc. signature(x = "eddDist"): prepend "p" to stub(x) signature(x = "eddDist"): prepend "r" to stub(x) signature(x = "eddDist"): accessor signature(x = "eddDist"): accessor signature(x = "eddDist"): accessor signature(x = "eddDist"): prepend "q" to stub(x) signature(e = "eddDist"): construct a quantile
function from the object signature(x = "eddDist"): accessor signature(x = "eddDist"): accessor signature(x = "eddDist"): accessor signature(x = "numeric", eddd = "eddDist", is.centered = "logical"): apply ks.test to a given vector x against the dist specified
by the eddDist components library(edd) eddDistList[[1]] qfun(eddDistList[[1]])