Description Usage Arguments Value Author(s) References See Also Examples
The LogT()
function returns a logarithmic transformation of the
provided time series. A natural log is returned by default.
LogT.rev()
reverses the transformation.
1 2 3 |
x |
A numeric vector or univariate time series of class |
base |
A numeric value corresponding to the base with respect
to which logarithms are computed. Default: |
A vector of the same length as x containing the transformed values.
Rebecca Pontes Salles
R. H. Shumway, D. S. Stoffer, Time Series Analysis and Its Applications: With R Examples, Springer, New York, NY, 4 edition, 2017.
Other transformation methods:
Diff()
,
WaveletT()
,
emd()
,
mas()
,
mlm_io()
,
outliers_bp()
,
pct()
,
train_test_subset()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.