hermite_int_lower | R Documentation |
The method calculates \int_{-\infty}^{x} h_k(t) dt
for k=0,\dots,N
and the vector of values x.
hermite_int_lower(N, x, hermite_function_matrix = NULL)
N |
An integer number. |
x |
A numeric vector. |
hermite_function_matrix |
A numeric matrix. A matrix of Hermite function values. |
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.