hermite_function {hermiter}R Documentation

Outputs orthonormal Hermite functions

Description

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, x)

Arguments

N

An integer number.

x

A numeric vector.

Value

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

Author(s)

Michael Stephanou <michael.stephanou@gmail.com>


[Package hermiter version 2.3.1 Index]