SampleHermiteN: Estimate the N-th d-variate Hermite polynomial

View source: R/Estimation.r

SampleHermiteNR Documentation

Estimate the N-th d-variate Hermite polynomial

Description

The vector x is standardized and the N-th d-variate polynomial is computed

Usage

SampleHermiteN(x, N)

Arguments

x

a d-variate data vector

N

the order of the d-variate Hermite polynomial

Value

The vector of the N-th d-variate polynomial

Examples

x<-MASS::mvrnorm(100,rep(0,3),diag(3))
H3<-SampleHermiteN(x,3)

MultiStatM documentation built on Sept. 11, 2024, 6:01 p.m.