hermite_int_upper {hermiter} | R Documentation |
Convenience function to output a definite integral of the orthonormal Hermite functions
Description
The method calculates \int_{x}^{\infty} h_k(t) dt
for k=0,\dots,N
and the vector of values x.
Usage
hermite_int_upper(N, x, hermite_function_matrix = NULL)
Arguments
N |
An integer number. |
x |
A numeric vector. |
hermite_function_matrix |
A numeric matrix. A matrix of Hermite function values. |
Value
A numeric matrix with N+1 rows and length(x) columns.
[Package hermiter version 2.3.1 Index]