powered by
Fitting univariate von Mises mixtures using MCMC
fit_vmmix(...)
arguments (other than model) passed to fit_angmix
model
Wrapper for fit_angmix with model = "vm".
model = "vm"
# illustration only - more iterations needed for convergence fit.vm.20 <- fit_vmmix(wind$angle, ncomp = 3, n.iter = 20, n.chains = 1) fit.vm.20
Run the code above in your browser using DataLab