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