MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Dedekind function package
  • Next by Date: Re: Extraction of positive values from list of both +/- values
  • Previous by thread: QUESTION
  • Next by thread: Increased Precision in Plot?