hermite_int_upper: Convenience function to output a definite integral of the...

View source: R/utils.R

hermite_int_upperR Documentation

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)

Arguments

N

An integer number.

x

A numeric vector.

hermite_function_matrix

A numeric matrix. A matrix of Hermite function values.

Value

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


hermiter documentation built on May 31, 2023, 6:30 p.m.