R/acg.mle.R

Defines functions acg.mle

Documented in acg.mle

################################
#### Angular central guassian
#### Tsagris Michail 2/2016
#### mtsagris@yahoo.gr
#### References: Tyler D. E. (1987). Statistical analysis for
#### the angular central Gaussian distribution on the sphere.
#### Biometrika 74(3): 579-589.
################################
acg.mle <- function(x, tol = 1e-07) {
  Rfast::acg.mle(x, tol = tol)
}

Try the Directional package in your browser

Any scripts or data that you put into this service are public.

Directional documentation built on June 22, 2024, 7:20 p.m.