Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


MultiATSM (version 1.2.0)

ResampleResiduals_BS: Compute the residuals from the original model

Description

Compute the residuals from the original model

Usage

ResampleResiduals_BS(
  residPdynOriginal,
  residYieOriginal,
  InputsForOutputs,
  ModelType,
  nlag = 1
)

Arguments

residPdynOriginal

Time-series of the residuals from the P-dynamics equation (T x F)

residYieOriginal

Time-series of the residuals from the observational equation (T x J or T x CJ)

InputsForOutputs

list containing the desired inputs for the construction of the numerical outputs.

ModelType

A character vector indicating the model type to be estimated

nlag

Number of lags in the P-dynamics. Default is set to 1.