PIT.MultiQR | R Documentation |
Transforms data (random variables) through their corresponding cumulative
distribution function (specified by a MultiQR
object and tail parameters) in
order to produce variables with a standard uniform distribution.
## S3 method for class 'MultiQR'
PIT(qrdata, obs, tails, inverse = FALSE, ...)
qrdata |
A |
obs |
A vector of observations corresponding to the rows of |
tails |
A list of arguments passed to |
inverse |
A |
... |
Additional arguments passed to |
Boundary imposed throwing a warning to ensure that output is in [0,1].
The probability integral transform of obs
through the
predictive distribution defined by qrdata
and
interpolation scheme in contCDF
with tails
.
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.