diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
| commit | e0c130005ee7adbac9b832ea8157712419d51b7e (patch) | |
| tree | f5c188285ee3abd9edda16a6bb96b6142c80afba /docs/reference/PEC_FOMC_accu_rel.md | |
| parent | f8fdbc3237d12d5511058d2c0c40f3e99debe682 (diff) | |
Update static docs
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 |
