View source: R/predictclmplusmodel.R
predict.clmplusmodel | R Documentation |
Predict the lower triangle with a clmplus
model.
## S3 method for class 'clmplusmodel'
predict(
object,
gk.fc.model = "a",
ckj.fc.model = "a",
gk.order = c(1, 1, 0),
ckj.order = c(0, 1, 0),
forecasting_horizon = NULL,
...
)
object |
|
gk.fc.model |
|
ckj.fc.model |
|
gk.order |
|
ckj.order |
|
forecasting_horizon |
|
... |
Extra arguments to be passed to the predict function. |
Returns the following output:
reserve |
|
ultimate_cost |
|
full_triangle |
|
lower_triangle |
|
development_factors_predicted |
|
apc_output |
|
Pittarello, Gabriele, Munir Hiabu, and Andrés M. Villegas. "Replicating and extending chain ladder via an age-period-cohort structure on the claim development in a run-off triangle." arXiv preprint arXiv:2301.03858 (2023).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.