dcmgnd | R Documentation |
This function estimates the marginal density for univariate constrained mixture of generalized normal distribution (CMGND) models.
dcmgnd(x, parameters)
x |
A numeric vector representing the observed data points. |
parameters |
A matrix or data.frame containing the parameters of the CMGND model. This can also be an object returned from the 'cmgnd()' function, representing a previously estimated CMGND model. |
The function computes the marginal density based on the provided parameters of the CMGND model. It can handle both newly supplied parameters or those extracted from an existing CMGND model object.
A vector of density estimates corresponding to the input data 'x'.
'cmgnd()' for estimating the model parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.