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)
A named list with the following elements:
The marginal mean of the CMGND distribution
The marginal variance
The marginal skewness
The marginal kurtosis
A matrix or data frame where each row corresponds to a component of the mixture. Columns must be ordered as follows:
Mixing proportions \(\pi_k\)
Component means \(\mu_k\)
Scale parameters \(\sigma_k\)
Shape parameters \(\nu_k\)
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.
cmgnd
for estimating CMGND model parameters.