hermite_function_sum_serial {hermiter} | R Documentation |
Outputs the sum of orthonormal Hermite functions
Description
The method calculates the sum of orthonormal Hermite functions,
\sum_{i} h_k(x_{i})
from k=0,\dots,N
for the vector of values,
x.
Usage
hermite_function_sum_serial(N, x)
Arguments
N |
An integer number. |
x |
A numeric vector. |
Value
A numeric vector of length N+1.
Author(s)
Michael Stephanou <michael.stephanou@gmail.com>
[Package hermiter version 2.3.1 Index]