The method calculates \(\int_{x}^{\infty} h_k(t) dt\) for \(k=0,\dots,N\) and the vector of values x.
hermite_integral_val_upper(N, x, hermite_function_mat)
A numeric matrix with N+1 rows and length(x) columns.
An integer number.
A numeric vector.
A numeric matrix of Hermite function values generated by the function hermite_function.
Michael Stephanou <michael.stephanou@gmail.com>