r: Coefficient of the MGF. Can be viewed also as the order of the logSMNG moments.
mu: Location parameter, default set to 0.
delta: Concentration parameter, must be positive.
gamma: Tail parameter, must be positive.
lambda: Shape parameter.
beta: Skewness parameter, default set to 0 (symmetric case).
inf_sum: Logical: if FALSE (default), the integral representation of the SMNG density is used, otherwise the infinite sum is employed.
rel_tol: Level of relative tolerance required for the integrate procedure or for the infinite sum. Default set to 1e-5.
j: Order of the moment.
type: String that indicate the kind of moment to comupute. Could be "central" (default) or "raw".
Details
If the mean (i.e. the first order raw moment) of the SMNG distribution is required, then the function meanSMNG could be use.
On the other hand, to obtain the generic j-th moment both "raw" or "centered" around the mean, the function momentSMNG could be used.
Finally, to evaluate the Moment Generating Function (MGF) of the SMNG distribution in the point r, the function SMNG_MGF is provided. It is defined only for points that are lower then the parameter gamma, and for integer values of r it could also considered as the r-th raw moment of the logSMNG distribution. The last function is implemented both in the integral form, which uses the routine integrate, or in the infinite sum structure.