Description Usage Arguments Value
Computes the quantile-quantile correlation of x and y, using the quantile type 1 implementation in R and Pearson correlation.
1 | .quantileCorrelation(x, y, pr = NULL)
|
x |
numeric vector representing distribution x |
y |
numeric vector representing distribution y |
pr |
probabilities for computing the quantiles of x and y. By default is set to 1000 equidistant quantiles starting at q_1 = 0.5/1000. |
quantile-quantile correlation of x and y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.