Skip to content

naming wrong function in CH10 for rolling_forecast  #8

@GawainGan

Description

@GawainGan

In Chapter 10, chunk 38 and 40, the function 'recursive_forecast' is utilized as opposed to 'rolling_forecast'.

The 'rolling_forecast' function is structured to accept a singular dataframe as an input, internally segregating 'realdpi' and 'realcons' within the function's operation.

Conversely, the 'recursive_forecast' function requires two separate inputs: 'endog' and 'exog'. This function configuration is outlined and utilized in Chapter 9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions