fit_wnormmix {BAMBI} | R Documentation |
Fitting univariate wrapped normal mixtures using MCMC
fit_wnormmix(...)
... |
arguments (other than |
Wrapper for fit_angmix with model = "wnorm"
.
# illustration only - more iterations needed for convergence
fit.wnorm.20 <- fit_wnormmix(wind$angle, ncomp = 3, n.iter = 20,
n.chains = 1)
fit.wnorm.20