powered by
Computation of the covariance matrix between d-variate T-Hermite polynomials \(H_N(X_1)\) and \(H_N(X_2)\).
HermiteCov12(SigX12, N)
Covariance matrix of \(H_N(X_1)\) and \(H_N(X_2)\)
Covariance matrix of the Gaussian vectors X1 and X2 respectively of dimensions d1 and d2
Common degree of the multivariate Hermite polynomials
Gy.Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. (4.59), (4.66),
Other Hermite Polynomials: HermiteCoeff(), HermiteN(), HermiteN2X()
HermiteCoeff()
HermiteN()
HermiteN2X()
Covmat<-matrix(c(1,0.8,0.8,1),2,2) Cov_X1_X2 <- HermiteCov12(Covmat,3)
Run the code above in your browser using DataLab