characteristic_function_to_density2d | R Documentation |
\phi(x,y)
on the grid [a_x,b_x] x [a_y, b_y]log density from char func using fft \phi(x,y)
on the grid [a_x,b_x] x [a_y, b_y]
characteristic_function_to_density2d(
logphi,
n2_x,
n2_y,
interv_x,
interv_y,
logphi_prev = NULL
)
logphi |
- (function) logphi(x,y) should return |
n2_x |
- (1) power of 2 for number of point evaluations of x dir |
n2_y |
- (1) power of 2 for number of point evaluations of y dir |
interv_x |
- (2x1) [a_x,b_x] |
interv_y |
- (2x1) [a_y,b_y] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.