Description Usage Arguments Details Value Author(s) Examples
View source: R/PolyfitFunctions.R
Function to calculate a 2-sided p-value of an observation xobs for a finite discrete distribution
Prob(X = xobs) = probs[xobs + 1]
over the range xobs in (0, 1, ..., xmax) by "squaring off" the distribution to a continuous distribution
1 | twoSidedPValueFromDiscrete(probs, xobs)
|
probs |
an array containing the probabilities that X takes the values 0, 1, ..., xmax |
xobs |
a single observed value of X |
Note that the returned 2-sided p-value contains a random component, i.e. a given set of input parameters returns a different result each run
A real valued randomised p-value between 0 and 1. If xobs is generated with randomly with probability probs[xobs + 1] the returned value will be uniformly distributed on the interval [0, 1].
Conrad Burden
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.