MathGroup Archive 2001

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

Search the Archive

Curve fitting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29323] Curve fitting
  • From: Tobin Fricke <tobin at splorg.org>
  • Date: Wed, 13 Jun 2001 03:10:52 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I'd like to find the parameters C1, C2, C3, C4, C5, such that the
expression "C1*Exp[x/C2] + C3*Exp[x/C4] + C5" best approximates a given
function (or, more directly, the distribution of a data series).  Any help
would be greatly appreciated.  (This is like the Poisson distribution, but
for two random variables, plus a constant offset... I think.)

Thanks,
Tobin



  • Prev by Date: how to get an assignment from a rule ?
  • Next by Date: export & import an expr
  • Previous by thread: Re: how to get an assignment from a rule ?
  • Next by thread: RE: Curve fitting