diff options
Diffstat (limited to 'docs/reference/PEC_FOMC_accu_rel.md')
| -rw-r--r-- | docs/reference/PEC_FOMC_accu_rel.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/reference/PEC_FOMC_accu_rel.md b/docs/reference/PEC_FOMC_accu_rel.md new file mode 100644 index 0000000..7ae2982 --- /dev/null +++ b/docs/reference/PEC_FOMC_accu_rel.md @@ -0,0 +1,29 @@ +# Get the relative accumulation of an FOMC model over multiples of an interval + +Get the relative accumulation of an FOMC model over multiples of an +interval + +## Usage + +``` r +PEC_FOMC_accu_rel(n, interval, FOMC) +``` + +## Arguments + +- n: + + number of applications + +- interval: + + Time between applications + +- FOMC: + + Named numeric vector containing the FOMC parameters alpha and beta + +## Value + +A numeric vector containing all n accumulation factors for the n +applications |
