Last data update: 2014.03.03

R: function MakeLaguerreMatrix
MakeLaguerreMatrixR Documentation

function MakeLaguerreMatrix

Description

return a constructor of the Laguerre function basis.

Usage

MakeLaguerreMatrix(a = 1/2, M)

Arguments

a,

numeric, the scale of the Laguerre functions basis

M,

numeric, the maximal degree

Value

a constructor of the M-first Laguerre functions with scale a

Author(s)

Y. Rozenholc and M. Pensky

Examples

## Not run: 

 library(LaplaceDeconv)
 # build the constructor
 bFctLagMat = MakeLaguerreMatrix(M=10)
 # compute the Laguerre function basis at times seq(0,15,l=100)
 bFctLagMat(seq(0,15,l=100))
 
## End(Not run)

Results