INFL.core_tf {Inflation} | R Documentation |
Computes the triple filter core inflation
Description
Computes the triple filter core inflation
Usage
INFL.core_tf(subits.var, weights, smoo, inf = 20, sup = 20, wind = 12,
x11 = NULL, ...)
Arguments
subits.var |
A |
weights |
A |
smoo |
A |
inf |
An |
sup |
An |
wind |
An |
x11 |
A |
... |
arguments passed on to seas to compute the seasonal adjustment. |
Value
A ts
object.
Examples
ipca <- ipca_sub
INFL.core_tf(subits.var=ipca$ipca_ts, weights = ipca$weights_ts)
[Package Inflation version 0.1.0 Index]