Empirical Cramer-von Mises divergence between the data and the model fitted by [robustGMM()], computed by leave-one-out cross-validation. Useful for data-driven selection of the tuning parameter `beta`: pick the `beta` minimizing this divergence over a grid.
Arguments
- x
`numeric(n)` - A numeric vector of observations
- lambda
`numeric` - Vector of mixing proportions of each normal component
- mu
`numeric` - Vector of means of each normal component
- sigma
`numeric` - Vector of standard deviations of each normal component
- beta
`numeric(1)` - parameter corresponds to the beta-divergence induced likelihood
- tol
Convergence tolerance on the change in beta-likelihood.
- maxiter
Max iteration.