hermite_integral_val_upper | R Documentation |
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)
N |
An integer number. |
x |
A numeric vector. |
hermite_function_mat |
A numeric matrix of Hermite function values generated by the function hermite_function. |
A numeric matrix with N+1 rows and length(x) columns.
Michael Stephanou <michael.stephanou@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.