blob: 7ae2982ac1c7e1c8c2f7af35a4f86e7542b30c7d (
plain) (
tree)
|
|
# 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
|