powered by
Construct an sld-class by providing the required parameters. The qsld constructor is also provided by hiding and defaulting lambda to 4.
sld-class
qsld
sld(t = 1, nu0 = 0, theta = 1, convo = 1, beta.a = 0, mu = 0, lambda = 4)qsld(t = 1, nu0 = 0, theta = 1, convo = 1, beta.a = 0, mu = 0)
qsld(t = 1, nu0 = 0, theta = 1, convo = 1, beta.a = 0, mu = 0)
numeric, the time parameter. Must be positive. Default: 1.
numeric, the floor volatility parameter. Must be positive. Default: 0.
numeric, the volatility scale parameter. Must be positive. Default: 1.
numeric, the convolution parameter. Must be positive. Default: 1.
numeric, the skewness parameter. Default: 0.
numeric, the location parameter. Default: 0.
numeric, the lambda parameter. Must be positive. Default: 4.
an object of sld class
# NOT RUN { d <- sld() d <- qsld() # }
Run the code above in your browser using DataLab