| lamp-class | R Documentation |
The lamp class serves as an object-oriented interface for the lambda process.
The main purpose of the class is to store all the parameters required for simulation.
callthe match.call slot.
lambdanumeric, lambda index of lambda process, which is 2/alpha.
alphanumeric, stable alpha. This is derived from lambda for convenience reason.
betanumeric, stable beta.
pmnumeric, parameterization, default to 1.
rnd.walknumeric, Random walk method. Default is 1.
sdnumeric, standard deviation adjustment. No adjustment if NaN.
sd.methodnumeric, methodology of sd adjustment. 0 means in scale parameter, 1 means in Levy sums.
T.infnumeric, the infinite bound to cut off the Levy sums.
rnd.nnumeric, the length of one rnd call.
N.lowernumeric, the lower bound of N to truncate the boundary effect. Default is 0.
N.uppernumeric, the upper bound of N to limit the outliers. Default is 1000.
use.mpfrlogical, use Mpfr for high precision sums.
filecharacter, file path to save the object and simulation result.
taunumeric, storage for the stable random variables.
tau_inumeric, for internal use, length or index of tau.
Z_inumeric, length of Z.
Znumeric, simulation result of the lambda process, Z.
Bnumeric, simulation result of the binomial process, B.
Nnumeric, simulation result of the count process, N.
tmPOSIXct, timestamp of simulation.
Stephen H. Lihn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.