View source: R/gamboostLSS_2_PIT.R
gamboostLSS_2_PIT | R Documentation |
This function calculates the probability integral transformation
for gamboostLSS
models. Is has been replaced by an S3 method for PIT
and is only included for backwards compatability. May be removed in the future.
gamboostLSS_2_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 |
Details go here...
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.