density_2d_normal_multivariate | R Documentation |
Density for bivariate Gaussian random fields on a square in R2
density_2d_normal_multivariate(
interv_x,
interv_y,
n2_x,
n2_y,
param_x,
param_y,
maternParam
)
interv_x |
- (2x1) [a_x,b_x] |
interv_y |
- (2x1) [a_y,b_y] |
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 |
param_x |
- (2 x 1) mu, sigma |
param_y |
- (2 x 1) mu, sigma |
maternParam |
- list [[1]] (3 x 1) - nu_x, tau_x, kappa_x [[2]] (3 x 1) - nu_y, tau_y, kappa_y [[3]] (2) - rho, theta |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.