## Not run:
#
# library(LaplaceDeconv)
# a = 1/2
# t = seq(0,10,l=100)
# g = exp(-5*t)
# f.coef = c(1,0.25,0.1)
# # compute the Laplace convolution from g, kernel computed at times t, and the function described by
# # its decomposition in Laguerre function basis with scale a
# fg = LaguerreLaplaceConvolution(t,g,f.coef,a)
# matplot(t,cbind(MakeLaguerreMatrix(a,3)(t)%*%f.coef,g,fg),lty=1,type='l',ylab='')
# legend('topright',lty=1,legend=c('f','g','fxg'),col=1:3)
# ## End(Not run)
Run the code above in your browser using DataLab