Rbar2kappa | R Documentation |
Converts the empirical concentration parameter \bar{R} to the von-Mises concentration parameter κ.
Rbar2kappa(R, p = 1)
R |
a scalar or vector of values between 0 and 1 |
p |
the number of parameters |
\bar{R} and κ are two types of
concentration parameter that are commonly used in directional
data analysis. κ is one of the parameters of the
parametric von Mises distribution, which is difficult to
estimate from the data. \bar{R} is easier to calculate
from data. Rbar2kappa
converts \bar{R} to
\bar{κ} using the following approximate empirical
formula:
κ = \frac{\bar{R}(p+1-\bar{R}^2)}{1-\bar{R}^2}
where p marks the number of parameters in the data space (1 for circle, 2 for a sphere).
value(s) between 0 and +∞
Banerjee, A., et al. “Clustering on the unit hypersphere using von Mises-Fisher distributions.” Journal of Machine Learning Research 6.Sep (2005): 1345-1382.
data(striations,package='geostats') Rbar2kappa(Rbar(striations,degrees=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.