Learn R Programming

hermiter (version 2.3.1)

hermite_function_N: 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.

Description

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.

Usage

hermite_function_N(N, x)

Value

A numeric matrix with N+1 rows and length(x) columns.

Arguments

N

An integer number.

x

A numeric vector.