powered by
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)
A numeric matrix with N+1 rows and length(x) columns.
An integer number.
A numeric vector.
Michael Stephanou <michael.stephanou@gmail.com>