powered by
Computes the triple filter core inflation
INFL.core_tf(subits.var, weights, smoo, inf = 20, sup = 20, wind = 12, x11 = NULL, ...)
A ts. Subitems' variation.
ts
A ts. Each subitem corresponding weights. If missing, all items get the same weight.
A vector. List of codes to be smoothed. If missing, no item will be smoothed.
vector
An integer. Percentage lower tail cut. Predefined as 20.
integer
An integer. Percentage upper tail cut. Predefined as 20.
An integer. The volatility's window size to be computed.
A string. If an empty string is passed as argument, the seasonal adjustment uses x11 methodology.
string
arguments passed on to seas to compute the seasonal adjustment.
A ts object.
# NOT RUN { ipca <- ipca_sub INFL.core_tf(subits.var=ipca$ipca_ts, weights = ipca$weights_ts) # }
Run the code above in your browser using DataLab