F_k | R Documentation |
Calculate the F_k coefficients for the COS method, an option pricing method based on the Fourier-cosine series.
F_k(Chf, N, a, b)
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 vector of F_k coefficients
Fang F. and Oosterlee C.W. 2008. "A Novel Pricing Method for European Options Based on Fourier-Cosine Series Expansions", Siam Journal on Scientific Computing. 31(2): 826-848. doi: 10.1137/080718061.
N <- 32 a <- -6.0 b <- 6.0 F_k(StNormChf, N, a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.