INFL.core_dw {Inflation} | R Documentation |
Computes the double weighted core inflation
Description
Computes the double weighted core inflation
Usage
INFL.core_dw(infl.var, subits.var, weights, wind = 12)
Arguments
infl.var |
A |
subits.var |
A |
weights |
A |
wind |
An |
Value
A ts
object.
Examples
ipca <- Inflation::ipca_item
nuc <- Inflation::INFL.core_dw(ipca$ipca_index, ipca$ipca_ts, ipca$weights_ts, wind = 12)
[Package Inflation version 0.1.0 Index]