Description Usage Arguments Details Value Author(s)
Function for calculating the dentisty at a location x given in longitudinal and colattitudinal angles
1 |
x |
A numeric vector of length 2 (may be longer but only the first two entries are used). Should represent a point on the sphere for which we want to calculate the density. Given by longitude (should range from 0 to 2 * pi) and colatitude (should range from 0 to pi). |
kappa |
A consentration parameter |
obs |
A dataframe with columns |
first |
A parameter indicating whether the first entry of |
This method corresponds to a mixture of Von-Mises Fisher distributions,
with each observed point constituting the mean of a Von-Mises Fisher distribution, all with the same consentration parameter kappa
.
A numeric of lenght 1. The density at point X
.
Andreas Christoffersen andreas@math.aau.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.