fit_wnorm2mix: Fitting bivariate wrapped normal model mixtures using MCMC

View source: R/all_wnorm2_fns.R

fit_wnorm2mixR Documentation

Fitting bivariate wrapped normal model mixtures using MCMC

Description

Fitting bivariate wrapped normal model mixtures using MCMC

Usage

fit_wnorm2mix(...)

Arguments

...

arguments (other than model) passed to fit_angmix

Details

Wrapper for fit_angmix with model = "wnorm2".

Examples

# illustration only - more iterations needed for convergence
fit.wnorm2.10 <- fit_wnorm2mix(tim8, ncomp = 3, n.iter =  10,
                             n.chains = 1)
fit.wnorm2.10


BAMBI documentation built on March 31, 2023, 11:24 p.m.

Related to fit_wnorm2mix in BAMBI...