| ecld {ldhmm} | R Documentation | 
Constructor of ecld class
Description
Construct an ecld-class by providing the required parameters.
The default is the standard symmetric cusp distribution (lambda=3).
Usage
ecld(lambda = 3, sigma = 1, mu = 0, verbose = FALSE)
Arguments
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   | 
Value
an object of ecld class
Author(s)
Stephen H-T. Lihn
Examples
ld <- ecld()
ld <- ecld(2, 0.01)
[Package ldhmm version 0.6.1 Index]