Learn R Programming

orthopolynom (version 1.0-2)

chebyshev.c.weight: Weight function for the Chebyshev polynomial

Description

This function returns the value of the weight function for the order $k$ Chebyshev polynomial of the first kind, $C_k \left( x \right)$.

Usage

chebyshev.c.weight(x)

Arguments

x
the function argument which can be a vector

Value

  • The value of the weight function

Details

The function takes on non-zero values in the interval $\left( -2,2 \right)$.

References

Abramowitz and Stegun (1968)

Examples

Run this code
x <- seq( -3, 3, .01 )
y <- chebyshev.c.weight( x )

Run the code above in your browser using DataLab