PIT.PPD | R Documentation |
Transforms data (random variables) through their corresponding cumulative
distribution function (specified by a PPD
object) in
order to produce variables with a standard uniform distribution.
## S3 method for class 'PPD'
PIT(ppd, data, inverse = FALSE, inv_probs = NULL)
ppd |
A |
data |
Input data corresponding to |
inverse |
A |
inv_probs |
If |
The probability integral transform of data
through
the predictive distribution defined by PPD
.
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.