exponentialOrder: Estimate the Number of Components in a Finite Mixture of...

Description Usage Arguments Details Value References

Description

Estimate the order of a finite mixture of Exponential distributions.

Usage

1
exponentialOrder(y, lambdas, K = NULL, theta, ...)

Arguments

y

Vector consisting of the data.

lambdas

Vector of tuning parameter values.

K

Upper bound on the true number of components. If K is NULL, at least one of theta and pii must be non-NULL, and K is inferred from their number of columns.

theta

Vector of starting values for the Exponential distribution parameters, of length K.

...

Additional control parameters. See the Details section.

Details

The following is a list of additional control parameters.

Value

An object with S3 classes gsf and exponentialGsf, consisting of a list with the estimates produced for every tuning parameter in lambdas.

References

Manole, T., Khalili, A. 2019. "Estimating the Number of Components in Finite Mixture Models via the Group-Sort-Fuse Procedure".


tmanole/GroupSortFuse documentation built on Jan. 12, 2022, 10:37 p.m.