Skip to content

Similarity in .conf_hi and .conf_lo Differences for Forecast Data Points #260

@dmresearch15

Description

@dmresearch15

I am using modeltime_forecast with conf_interval = 0.95 and conf_method = "conformal_default”.

ex_ante_obj <-
calibration_tbl %>%
modeltime_forecast(
new_data = future_tbl,
actual_data = sub_train_data
)

In most cases, I observe that the difference between .conf_hi and .conf_lo is nearly the same for new_data. Could you help me understand why this occurs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions