hermite_function_sum_serial: Outputs the sum of orthonormal Hermite functions

View source: R/RcppExports.R

hermite_function_sum_serialR Documentation

Outputs the sum of orthonormal Hermite functions

Description

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

Usage

hermite_function_sum_serial(N, x)

Arguments

N

An integer number.

x

A numeric vector.

Value

A numeric vector of length N+1.

Author(s)

Michael Stephanou <michael.stephanou@gmail.com>


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