Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the von Mises concentration parameter from a set of input azimuths.
1 | VonMisesParameter(azimuths)
|
azimuths |
Vector containing the values of the azimuths |
One way to obtain a set of azimuths from X and Y coordinates of the vectors is to use the LoadData
function.
The von Mises concentration parameter measures the departure of the distribution from the uniform distribution. If this parameter tends to 0, then the distribution converges to the uniform distribution. If it tends to infinity, then the distribution is concentrated around the mean azimuth.
The von Mises concentration parameter of all input azimuths.
Ruiz-Cuetos, J.C., jcruizcue@gmail.com, Felicisimo, A.M., amfeli@unex.es, Cuartero, A., acuartero@unex.es, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es
Fisher N.I. (1995) Statistical analysis of circular data. Cambridge. Cambridge University Press.
Website http://gim.unex.es/VecStatGraphs2D/
MeanModule
, MeanAzimuth
, CircularVariance
, CircularStandardDeviation
,
CircularDispersal
, KurtosisAzimuthCoefficient
,
SkewnessAzimuthCoefficient
, AllAzimuthStatistics
.
1 2 3 4 | FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
dat<-LoadData(FileName, Type=2)
azimuths<-dat[,2]
VonMisesParameter(azimuths)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.