Description Usage Arguments Value Author(s) Examples
Uses inverse differences to revert the changes
1 | postp.detrend.differencing(tserie, nd, firstvalues)
|
tserie |
A |
nd |
Number of differences. |
firstvalues |
Values lost on the original differences |
A ts
object.
Alberto Vico Moreno
1 2 | p <- prep.detrend.differencing(AirPassengers)
postp.detrend.differencing(p$tserie,p$nd,p$firstvalues)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.