dTvm: Mixtures of toroidal von Mises densities

View source: R/tvm.R

dTvmR Documentation

Mixtures of toroidal von Mises densities

Description

Undocumented functions implementing mixtures of independent von Mises densities on the torus and their estimation by an Expectation-Maximization algorithm.

Usage

dTvm(x, M, K, alpha = NULL, besselInterp = FALSE)

emTvm(data, k, M = NULL, K = NULL, alpha = NULL, tol = c(0.001, 0.001,
  0.001/k), kappaMax = 500, maxIter = 100, isotropic = FALSE,
  besselInterp = FALSE, verbose = 0)

sdetorus documentation built on Aug. 21, 2023, 1:08 a.m.

Related to dTvm in sdetorus...