FromCF2yuima_law | R Documentation |
yuima.law-object
This function returns an object of yuima.law-class
and requires the characteristic function as the only input. Density, Random Number Generator, Cumulative Distribution Function and quantile function are internally constructed
FromCF2yuima_law(myfun, time.names = "t", var_char = "u", up = 45,
low = -45, N_grid = 50001, N_Fourier = 2^10)
myfun |
A |
time.names |
Label of time. |
var_char |
Argument of the characteristic function. |
up |
Upper bound for the internal integration. |
low |
Lower bound for the internal integration. |
N_grid |
Observation grid. |
N_Fourier |
Number of points for the Fourier Inversion. |
The density function is obtained by means of the Fourier Transform.
An object of yuima.law-class
.
The YUIMA Project Team
Contacts: Lorenzo Mercuri lorenzo.mercuri@unimi.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.