density_2d_normal_multivariate: Density for bivariate Gaussian random fields on a square in...

View source: R/CharFunc.R

density_2d_normal_multivariateR Documentation

Density for bivariate Gaussian random fields on a square in R2

Description

Density for bivariate Gaussian random fields on a square in R2

Usage

density_2d_normal_multivariate(
  interv_x,
  interv_y,
  n2_x,
  n2_y,
  param_x,
  param_y,
  maternParam
)

Arguments

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


davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.