powered by
Fitting univariate wrapped normal mixtures using MCMC
fit_wnormmix(...)
arguments (other than model) passed to fit_angmix
model
Wrapper for fit_angmix with model = "wnorm".
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
Run the code above in your browser using DataLab