CosPdfMulti | R Documentation |
Restore the distribution with the COS method under different parameters settings for error analysis.
CosPdfMulti(x, Chf, N, a, b)
x |
vector of observations |
Chf |
the characteristic function |
N |
the number of cos term for summation |
a |
the lower limit of the truncation interval |
b |
the upper limit of the truncation interval |
A matrix that contains restored p.d.f. with different parameters
N <- 2**(1:6) x <- seq(-5, 5, by = 10 / (32 - 1)) a <- -10.0 b <- 10.0 CosPdfMulti(x, StNormChf, N, a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.