Learn R Programming

hermiter (version 2.3.1)

hermite_int_upper: Convenience function to output a definite integral of the orthonormal Hermite functions

Description

The method calculates \(\int_{x}^{\infty} h_k(t) dt\) for \(k=0,\dots,N\) and the vector of values x.

Usage

hermite_int_upper(N, x, hermite_function_matrix = NULL)

Value

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

Arguments

N

An integer number.

x

A numeric vector.

hermite_function_matrix

A numeric matrix. A matrix of Hermite function values.