powered by
Construct an ecld-class by providing the required parameters. The default is the standard symmetric cusp distribution (lambda=3).
ecld-class
ecld(lambda = 3, sigma = 1, mu = 0, verbose = FALSE)
an object of ecld class
numeric, the lambda parameter. Must be positive. Default: 3.
numeric, the scale parameter. Must be positive. Default: 1.
numeric, the location parameter. Default: 0.
logical, display timing information, for debugging purpose, default is FALSE.
FALSE
Stephen H-T. Lihn
ld <- ecld() ld <- ecld(2, 0.01)
Run the code above in your browser using DataLab