Description Usage Arguments Value
The method calculates \int_{-∞}^{x} h_k(t) dt for k=0,…,N and the vector of values x.
1 2 3 4 5 6 | hermite_int_lower(
N,
x,
hermite_function_matrix = NULL,
normalization_hermite = NULL
)
|
N |
An integer number. |
x |
A numeric vector. |
hermite_function_matrix |
A numeric matrix. A matrix of Hermite function values. |
normalization_hermite |
A numeric vector. A vector of normalization values necessary in the calculation of the Hermite functions. |
A numeric matrix with N+1 rows and length(x) columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.