hermite_function_sum_N: Convenience function to output the sum of orthonormal Hermite...

View source: R/utils.R

hermite_function_sum_NR Documentation

Convenience function to output the sum of orthonormal Hermite functions The method calculates the sum of orthonormal Hermite functions, ∑_{i} h_k(x_{i}) from k=0,…,N for the vector of values, x.

Description

Convenience function to output the sum of orthonormal Hermite functions

The method calculates the sum of orthonormal Hermite functions, ∑_{i} h_k(x_{i}) from k=0,…,N for the vector of values, x.

Usage

hermite_function_sum_N(N, x)

Arguments

N

An integer number.

x

A numeric vector.

Value

A numeric vector of length N+1.


hermiter documentation built on Nov. 16, 2022, 1:08 a.m.