View source: R/kernelCollection.R
cross_moment_to_correlation | R Documentation |
Returns a correlation given a cross-moment and two vectors of uncentered moments (μ_1,μ_2) for each kernel.
cross_moment_to_correlation(mux, muA, muB)
mux |
(double) cross-moment E[ν_A(P) ν_B(P)] under null |
muA |
first two uncentered moments of ν_A(P) |
muB |
first two uncentered moments of ν_B(P) |
rho |
linear correlation of ν_A(P) and ν_B(P) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.