Description Usage Arguments Examples
This function calculates error bounds for BoE currency data. Error bounds are based off of percentage changes in a given BoE series over different intervals.
1 | get_boe_error_bounds(series, steps = 12, percentile = 0.95)
|
series |
a vector of BoE currency codes |
steps |
an integer of how many steps to calculate error bounds over |
percentile |
a numerical value detailing the percentile at which currency movements are evaluated |
1 2 3 4 5 | ## Not run:
get_boe_error_bounds("xumauss"))
get_boe_error_bounds("xumauss", steps = 24, percentile = 0.90)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.