Description Usage Arguments Value
Get the empirical distribution of the differences between a vector
1 | compute_ecdf(x, minValue, minSamples)
|
x |
numerical vector |
minValue |
minimum value to consider that measure |
minSamples |
Minimum number of valid samples. |
function returning NA when there are less than 10 valid values (ie non NA and higher than threshold)
function returning 1 to any value higher than 0 when all the differences are 0.
return ecdf otherwise, counting that the minimum p-value will be 1/n+1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.