File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- # Beveridge Nelson Filter
2+ # Beveridge- Nelson Filter
33
44This package is a copy of the Beveridge-Nelson Filter R code available at [ https://bnfiltering.com/ ] ( https://bnfiltering.com/ ) re-structured
55as a R package for ease of installation and use.
@@ -16,13 +16,13 @@ remotes::install_github("kletts/bnfilter")
1616
1717## Usage
1818
19- 1 . Data preparation, see function ` bnfilter::transform_series ` : to apply series differencing
19+ 1 . Data preparation, see function ` bnfilter::transform_series() ` : to apply series differencing
2020
21212 . Filtering: see function ` bnfilter::bnf() `
2222
23- 3 . Plot cycle and cycle confidence interval: see method ` plot() `
23+ 3 . Plot cycle and cycle confidence interval: see method ` bnfilter:: plot()`
2424
25- 4 . Extract original, trend, cycle and cycle confidence interval: see method ` to.data.frame() `
25+ 4 . Extract original, trend, cycle and cycle confidence interval: see method ` bnfilter:: to.data.frame()`
2626
2727## Notes from the authors
2828
You can’t perform that action at this time.
0 commit comments