cleanedSeries: Exponential Smoothing Robust Cleaned Series

Description Usage Arguments Details

Description

Compute the robust cleaned series of the exponential smoothing model

Usage

1
  cleanedSeries(error_matrix, sigma_t, smoothed_values)

Arguments

error_matrix

xts object of errors

sigma_t

list of covariance matrix of errors at time t

smoothed_values

xts object of smoothed values

Details

sigma_t must be a list with length equal to the number of observations in error_matrix and smoothed_values.


fincov documentation built on May 2, 2019, 5:17 p.m.

Related to cleanedSeries in fincov...