MathGroup Archive 2009

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

Search the Archive

FindFit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105797] FindFit
  • From: jj <yohan2 at spray.se>
  • Date: Sat, 19 Dec 2009 06:26:58 -0500 (EST)

Can anybody help me?
I want to try to show my model (function) and my data in the same
graph so I can see that my conclusions are correct.
data= { {40,0.0624}, {50,42.2.276}, {58,127.718}, {60,216.608},
{70,2040.088},
I used FindFit for Exponential as my model to plot:
t200= {Exp200}

t200= {Exp300}

model=aExp[kt];

fit=FindFit[data,model,{a,k},t]

Best regads jj


  • Follow-Ups:
    • Re: FindFit
      • From: Thomas Dowling <thomasgdowling@gmail.com>
  • Prev by Date: What's up with the order of Eigenvalues
  • Next by Date: NIntegrate with Numeric Matrix Function
  • Previous by thread: Re: What's up with the order of Eigenvalues
  • Next by thread: Re: FindFit