View source: R/PolarDerivative.R
PolarDerivative | R Documentation |
This function compute the Jacobian matrix of the polar transformation theta=g(v), i.e., the transformation from the the rectangular coordinate representation of the directional vector to its angular representation.
PolarDerivative(v)
v |
A |
See Lemma 3 of Tang and Li (2024).
The Jacobian matrix of the polar transformation theta=g(v), with
d-1
rows and d
columns.
Tang, Y. and Li, B. (2024), “A nonparametric test for elliptical distribution based on kernel embedding of probabilities,” https://arxiv.org/abs/2306.10594
X=c(3,1,3)
V=X/sqrt(sum(X^2))
PolarDerivative(V)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.