Learn R Programming

ldhmm (version 0.6.1)

ecld: 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)

Value

an object of ecld class

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 FALSE.

Author

Stephen H-T. Lihn

Examples

Run this code
ld <- ecld()
ld <- ecld(2, 0.01)

Run the code above in your browser using DataLab