DESMOOTHRETURNS
Desmooth time series returns using a first-order autoregressive model.
Last updated
Desmooth time series returns using a first-order autoregressive model.
Last updated
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.
The following describes the function signature for use in Microsoft Excel's formula bar.
Argument | |
---|---|
Time series or matrix of adjusted (desmoothed) returns.
assetReturns
Required. Time series or matrix of asset returns.
solveEndValueOnly
Optional. Logical to indicate whether to only solve for an end of time series value, or to adjust and return all observations. If you do not enter the argument, it defaults to FALSE.