Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

efPoly

Legendre Polynomials of degree 0,...,M-1


Description

This function iteratively calculates orthonormal Legendre polynomials of degree 0,...,M-1 on an arbitrary interval.

Usage

efPoly(argvals, M)

Arguments

argvals

A vector, defining a (fine) grid on the interval for which the Legendre polynomials are computed.

M

An integer, specifying the number (and hence the degree) of polynomials that are calculated.

Value

A univariate functional data object of class funData containing the Legendre polynomials on the given interval.

See Also


funData

An S4 Class for Functional Data

v1.3-5
GPL-2
Authors
Clara Happ-Kurz [aut, cre]
Initial release
2020-04-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.