moments_cmgnd | R Documentation |
Computes the mean, variance, skewness, and kurtosis of the marginal distribution of a univariate Constrained Mixture of Generalized Normal Distributions (CMGND) model, given the model parameters.
moments_cmgnd(parameters)
parameters |
A matrix or data frame where each row corresponds to a component of the mixture. Columns must be ordered as follows:
|
The function assumes that the parameters define a valid CMGND model and uses
analytical expressions to compute the first four moments of the marginal distribution.
The shape parameter \nu_k
governs the kurtosis of each component.
A named list with the following elements:
The marginal mean of the CMGND distribution
The marginal variance
The marginal skewness
The marginal kurtosis
cmgnd
for estimating CMGND model parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.