MathGroup Archive 1998

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

Search the Archive

Fit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg13326] Fit
  • From: "Toshiyuki Meshii" <tm60 at cornell.edu>
  • Date: Mon, 20 Jul 1998 02:49:48 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

How can I best fit data set { u, v }, when I know the function shape as

u[x] = A1 * f1[x] + A2 * f2[x]
v[x] = A1 * g1[x] + A2 * g2[x]

The desired coefficients A1 and A2 are common for u and v.

Thanks in advance.

-Toshiyuki



  • Prev by Date: rkf45
  • Next by Date: Re: keys in a hash table (aka, all assigned indices in an array): awf
  • Previous by thread: Re: rkf45
  • Next by thread: RE: Fit