blob: 7ae2982ac1c7e1c8c2f7af35a4f86e7542b30c7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|