Deconvolution/Unfolding/Ridge Regression
- To: mathgroup at smc.vnet.net
- Subject: [mg34662] Deconvolution/Unfolding/Ridge Regression
- From: divinesaam at aol.com (O.A. Linares, M.D., Ph.D.)
- Date: Fri, 31 May 2002 04:26:49 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Colleagues, First, many thanks to all for the assistance with my previous posting. Is anyone aware of code for deconvolution using Mathematica? The problem involves deconvolving two exponential functions: y1=A1*Exp[a1*t] y2=B1*Exp[b1*t] whose values are known A1=900, a1=0.9, B1=400, b1=0.4 sampled over a period of 30 minutes at 1 minute intervals: Table[y1, {t,0,30}] Table[y2, {t,0,30}] Thanks, Oscar