Vignette revised: detailed descriptions of the algorithms included.
Comparison with additional existing benchmark sn::selm() included in the vignette.
Now the three fitting functions also return the number of iterations and elapsed cpu_time.
Significant revision of the fitting function fit_mvt(); in particular:
Function fit_mvt() now allows the choice (via the argument na_rm) to drop the observations with NAs or impute them.
Initial release is on CRAN.
It includes three functions for heavy tails fitting: fit_mvt(), fit_Tyler(), and fit_Cauchy().
Vignette illustrates its use and comparison with existing packages.
Tests are included.
fit_mvt() can deal with NAs and a factor model structure on the covariance matrix.