<< laguerre_norm Laguerre laguerre_poly >>

Orthogonal Polynomials >> Orthogonal Polynomials > Laguerre > laguerre_pdf

laguerre_pdf

Laguerre PDF

Calling Sequence

y=laguerre_pdf(x)

Parameters

x :

a matrix of doubles

y :

a matrix of doubles, the probability density

Description

Computes the standard Exponential probability distribution function:

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

Examples

x=linspace(0,4,1000);
y=laguerre_pdf(x);
scf();
plot(x,y)
xtitle("Laguerre distribution","x","f(x)")

Authors


Report an issue
<< laguerre_norm Laguerre laguerre_poly >>