hermite_function | R Documentation |
The method calculates the orthonormal Hermite functions, h_k(x)
from k=0,\dots,N
for the vector of values, x.
hermite_function(N, x)
N |
An integer number. |
x |
A numeric vector. |
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.