View source: R/gamboostLSS_2_MultiQR.R
gamboostLSS_2_MultiQR | R Documentation |
gamboostLSS
objectConvert gamboostLSS objects to MultiQR or alternatively return predicted parameters of predictive distribution.
Note that this function may be superseded by an S3 method in future versions of
ProbCast
.
Ciaran Gilbert, ciaran.gilbert@strath.ac.uk
gamboostLSS_2_MultiQR(
data,
models,
quantiles = seq(0.05, 0.95, by = 0.05),
params = F
)
data |
A |
models |
A Para_gamboostLSS object. |
quantiles |
Vector of quantiles to be calculated |
params |
return distribution parameters instead? |
A MultiQR
object derived from gamlss predictive distributions. Alternatively, a matrix containing the parameters of the predictive gamboostLSS distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.