Learn R Programming

LaplaceDeconv (version 1.0.4)

MakeLaguerreMatrix: 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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab