Description Usage Arguments Value Examples
View source: R/pdf_distances.R
KS_distance
calculates the Kolmogorov-Smirnov distance between two pdfs.
1 | KS_distance(theta, p_theta, q_theta)
|
theta |
a vector of numerics containing values of the RV θ |
p_theta |
a vector of numerics containing values of the pdf p at locations theta |
q_theta |
a vector of numerics containing values of the pdf q at locations theta |
The Kolmogorov-Smirnov distance between p and q
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.