DESMOOTHRETURNS

Desmooth time series returns using a first-order autoregressive model.

Description

For certain time series, analysts may need to employ an autoregressive model to adjust or desmooth its returns. The first-order autoregressive model assumes that the return in a given period is a linear function of the return in the previous period plus an intercept and an error term.

Syntax

The following describes the function signature for use in Microsoft Excel's formula bar.

=DESMOOTHRETURNS(assetReturns, solveEndValueOnly)

Input(s)

Output(s)

Time series or matrix of adjusted (desmoothed) returns.

Last updated