cubist_multistep_predict_impl: Bridge prediction Function for CUBIST Multistep Horizon...

View source: R/multistep_cubist.R

cubist_multistep_predict_implR Documentation

Bridge prediction Function for CUBIST Multistep Horizon Models

Description

Bridge prediction Function for CUBIST Multistep Horizon Models

Usage

cubist_multistep_predict_impl(object, new_data, ...)

Arguments

object

model object

new_data

input data to predict

...

Additional parsnip-related options, depending on the value of type. Arguments to the underlying model's prediction function cannot be passed here (use the opts argument instead). Possible arguments are:

  • interval: for type equal to "survival" or "quantile", should interval estimates be added, if available? Options are "none" and "confidence".

  • level: for type equal to "conf_int", "pred_int", or "survival", this is the parameter for the tail area of the intervals (e.g. confidence level for confidence intervals). Default value is 0.95.

  • std_error: for type equal to "conf_int" or "pred_int", add the standard error of fit or prediction (on the scale of the linear predictors). Default value is FALSE.

  • quantile: for type equal to quantile, the quantiles of the distribution. Default is (1:9)/10.

  • eval_time: for type equal to "survival" or "hazard", the time points at which the survival probability or hazard is estimated.

Value

predictions


microsoft/finnts documentation built on Oct. 30, 2024, 9:34 p.m.