density_2d_nig_multivariate: Density for bivariate NIG random fields on R2

View source: R/CharFunc.R

density_2d_nig_multivariateR Documentation

Density for bivariate NIG random fields on R2

Description

Density for bivariate NIG random fields on R2

Usage

density_2d_nig_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

- - (1) delta - location parameter - (2) mu - assymteric parameter - (3) sigma - scale parameter - (4) nu - shape parameter

param_y

- - (1) delta - location parameter - (2) mu - assymteric parameter - (3) sigma - scale parameter - (4) nu - shape parameter

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.