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)
A numeric matrix with N+1 rows and length(x) columns.
An integer number.
A numeric vector.