ecld | R Documentation |
Construct an ecld-class
by providing the required parameters.
The default is the standard symmetric cusp distribution (lambda=3).
ecld(lambda = 3, sigma = 1, mu = 0, verbose = FALSE)
lambda |
numeric, the lambda parameter. Must be positive. Default: 3. |
sigma |
numeric, the scale parameter. Must be positive. Default: 1. |
mu |
numeric, the location parameter. Default: 0. |
verbose |
logical, display timing information, for debugging purpose, default is |
an object of ecld class
Stephen H-T. Lihn
ld <- ecld()
ld <- ecld(2, 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.