smoothing_level {TSsmoothing} | R Documentation |
Smoothing value
Description
Function that reports the smoothing level for a given value of lambda, N and rho (=0 if univariate).
Usage
smoothing_level(lambda, rho, N)
Arguments
lambda |
a nonegative number. |
rho |
the correlation of the time series. |
N |
the length of the observations. |
Value
S
[Package TSsmoothing version 0.1.0 Index]