This function calculates probability between two qauntiles.
1 2 3 4 5 6 7 | pbetween.norm(q1, q2, mean = 0, sd = 1)
pbetween.pois(q1, q2, l)
pbetween.t(q1, q2, df)
pbetween.binom(q1, q2, size, prob)
|
pbetween.norm
: Normal
pbetween.pois
: Poisson
pbetween.t
: Student's t
pbetween.binom
: Binomial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.