rcosmo (version 1.1.2)

jacobiPol: Calculate Jacobi polynomial values

Description

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

Usage

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

Examples

Run this code
# NOT RUN {
jacobiPol(0,0,5,0)
jacobiPol(2,-5,2,-1)
jacobiPol(1,2,4,0.5)

# }

Run the code above in your browser using DataLab