MathGroup Archive 2007

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

Search the Archive

NonlinearRegress problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75847] NonlinearRegress problem
  • From: Fulya "Baðcý" <fulya_bagci at yahoo.com>
  • Date: Fri, 11 May 2007 06:31:52 -0400 (EDT)

Hello everyone,
  I'm trying to fit data with the function and find two unknown parameters. I readlist the data from a text file.My data is as {Number,Number},{Number,Number},...I want to divide the first Number s to 10 and list again.What command do I have to use?Secondly, I use NonlinearRegress and it gives such an error:
  "The data argument of NonlinearRegress must be a matrix. Weighted regression is specified using the Weights option. The data format {{x11, x12, ..., {y11, ..., y1m}}, {x21, x22, ..., {y21, ..., y2m}}, ..., {{xn1, xn2, ..., {yn1, ..., ynm}}} is reserved for multiple response data, which will be supported in the future."
  What can I do to correct this error?
  Thank you very much.
  Fulya

 


  • Prev by Date: Re: graphing curves in the complex plane
  • Next by Date: Re: Mathematica 6 & Wolfram Workbench
  • Previous by thread: Re: 6.0 looks really nice so far.
  • Next by thread: Re: NonlinearRegress problem