hermite_function_sum_N | R Documentation |
Convenience function to output the sum of orthonormal Hermite functions
The method calculates the sum of orthonormal Hermite functions, ∑_{i} h_k(x_{i}) from k=0,…,N for the vector of values, x.
hermite_function_sum_N(N, x)
N |
An integer number. |
x |
A numeric vector. |
A numeric vector of length N+1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.