Density of the SESPC distribution | R Documentation |
Density of the SESPC distribution.
dsespc(y, mu, theta, logden = FALSE)
y |
A matrix or a vector with the data expressed in Euclidean coordinates, i.e. unit vectors. |
mu |
The mean vector the SESPC distribution, a vector in |
theta |
The two |
logden |
If you the logarithm of the density values set this to TRUE. |
The density of the SESPC distribution is computed.
A vector with the (log) density values of y.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Tsagris M. and Alzeley O. (2024). Circular and spherical projected Cauchy distributions: A Novel Framework for Circular and Directional Data Modeling. https://arxiv.org/pdf/2302.02468.pdf
Mardia K. V. and Jupp P. E. (2000). Directional statistics. Chicester: John Wiley & Sons.
desag, sespc.mle
m <- colMeans( as.matrix( iris[,1:3] ) )
y <- rsespc(1000, m, c(1, 1))
mod <- sespc.mle(y)
dsespc( y, mod$mu, mod$theta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.