inflation: Create tibble with the set of cumulative inflation series...

Description Usage Arguments Value Examples

View source: R/inflation.R

Description

The function used for inflation series preparation. In start year inflation = 1, to backward inflation declining according by official inflation in RF, to forward inflation increasing by official inflation till the current year and after by 4 perc per year

Usage

1
inflation (start_year = 2020, begin = 2000, end = 2050)

Arguments

start_year

the year when inflation make equal to 0 percentages

begin

the year when inflation series starts

end

the year when inflation series should be stoped

Value

tibble with 2 double type columns: year, inf

Examples

1
2
inflation ()
inflation (start_year = 2020, begin = 2000, end = 2050)

St-Digital-Twin/Dtwin documentation built on Jan. 1, 2022, 8:11 p.m.