PIT.gamboostLSS | R Documentation |
This function calculates the probability integral transformation
for gamboostLSS
models.
## S3 method for class 'gamboostLSS'
PIT(models, data, dist_fun, response_name, ...)
models |
A Para_gamboostLSS object. |
data |
Input data corresponding to |
dist_fun |
cumulative distribution function corresponging to families specified in gamboostLSS model (see example). |
response_name |
name of response variable in |
The probability integral transform of data
through the predictive
distribution defined by a list of gamboostLSS objects.
Ciaran Gilbert, ciaran.gilbert@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.