Implements some aspects of Lihn-Laplace process
rlihnlap(n, t = 1, convo = 1, beta = 0, mu = 0)dlihnlap(x, t = 1, convo = 1, beta = 0, mu = 0)
cflihnlap(s, t = 1, convo = 1, beta = 0, mu = 0)
klihnlap(t = 1, convo = 1, beta = 0, mu = 0)
dlihnlap_poly(x, t = 1, convo = 1, beta = 0, mu = 0)
numeric, number of observations.
numeric, the time parameter, of which the variance is t.
numeric, the convolution number, default is 1, which is without convolution.
numeric, skewness parameter according to skewed lambda distribution, default is 0.
numeric, location parameter, default is 0.
numeric, vector of responses.
numeric, vector of responses for characteristic function.
numeric, standard convention is followed: d* returns the density, p* returns the distribution function, q* returns the quantile function, and r* generates random deviates. The following are our extensions: k* returns the first 4 cumulants, skewness, and kurtosis, cf* returns the characteristic function.