INFL.core_tm {Inflation} | R Documentation |
Computes the trimmed means core inflation
Description
Computes the trimmed means core inflation
Usage
INFL.core_tm(subits.var, weights, smoo, inf = 20, sup = 20, wind = 12)
Arguments
subits.var |
A |
weights |
A |
smoo |
A |
inf |
An |
sup |
An |
wind |
An |
Value
A list
object. The list contains two time-series (ts
objects). The computed core
and the variables that were used to calculate the means.
Examples
ipca_sub <- Inflation::ipca_sub
nuc <- Inflation::INFL.core_tm(subits.var = ipca_sub$ipca_ts, weights = ipca_sub$weights_ts)
[Package Inflation version 0.1.0 Index]