jacobiPol: Calculate Jacobi polynomial values

Description Usage Arguments Value Source Examples

View source: R/MathHelpers.R

Description

Calculate Jacobi polynomial values of degree L at given point T in [-1,1].

Usage

1
jacobiPol(a, b, L, t)

Arguments

a, b

The parameters of Jacobi polynomial

L

The degree of Jacobi polynomial

t

Given point in [-1,1].

Value

Jacobi polynomial values

Source

https://dlmf.nist.gov/18.9

Examples

1
2
3
jacobiPol(0,0,5,0)
jacobiPol(2,-5,2,-1)
jacobiPol(1,2,4,0.5)

rcosmo documentation built on Dec. 11, 2021, 9:29 a.m.