
model_norm
model_norm.Rd
model_norm
Arguments
- input.matrix
A matrix
- k
The number of mixture components
- lambda
The estimated proportions of the mixture models
- mu
The estimated means of the mixture models
- sigma
The estimated standard deviations of the mixture models
- fallback.fun
In case the mixture algorithm fails, what is the fallback function to define the noise distribution?
- max.restarts
How many times the EM maximization should re-initiate if variances go to zero?
- max.iter
How many iterations should the algorithm take to converge before giving up?
Value
Info about the fitted GMM. See model_norm_region
for more details.