Computes core inflation using the non-smoothed trimmed means method
core_ma(data, change, weight, date)
data | Dataframe object with inflation items data. |
---|---|
change | A string with the column name of the percentage change of the inflation items. |
weight | A string with the column name of the weight of the inflation items. |
date | A string with the name of the date column. |
Calculated core inflation tibble.
Fernando da Silva <fernando@fortietwo.com>