<< chebyshev_norm Chebyshev chebyshev_poly >>

Orthogonal Polynomials >> Orthogonal Polynomials > Chebyshev > chebyshev_pdf

chebyshev_pdf

Chebyshev PDF

Calling Sequence

y=chebyshev_pdf(x)

Parameters

x :

a matrix of doubles

y :

a matrix of doubles, the probability density

Description

Computes the Chebyshev probability distribution function:

for any real value x. Its integral is equal to 1.

Examples

x=linspace(-0.99,0.99,1000);
y=chebyshev_pdf(x);
scf();
plot(x,y)
xtitle("Chebyshev PDF","x","f(x)")

Authors


Report an issue
<< chebyshev_norm Chebyshev chebyshev_poly >>