- #1
cppIStough
- 22
- 2
Given a vector of numbers, say [exp(-a t) ] for t - [1, 2, 3, 4, 5] and choose maybe a = -2.4, how can I approximate -2.4 from using Laplace transform methods?
I know you can use regression for this, but I'd like to know the Laplace transform (or Z-transform since it is discrete) approach.
I know you can use regression for this, but I'd like to know the Laplace transform (or Z-transform since it is discrete) approach.