MathGroup Archive 2005

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

Search the Archive

Re: help with mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54986] Re: help with mathematica
  • From: dh <dh at metrohm.ch>
  • Date: Wed, 9 Mar 2005 06:34:14 -0500 (EST)
  • References: <d0jtv7$n0g$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Daniele,
it is not clear too me what actually happend, but it looks like you did 
not load NonlinearFit before using it.
To guard against such errors, put:
Needs["Statistics`NonlinearFit`"]
at the beginning of your package.

sincerely, Daniel (yes that's right)

D² wrote:
> I'm new on using this powerful software, so I don't understand a thing. I
> ask for help here.
> 
> I'm doing a nonlinear fit, I reached to get the parameters.
> Later, I closed and opened my saved file.nb, than when I performed the
> evaluation of cells I obtain no results, but simply a rewrite of the command
> NonlinearFit, with all the data and its arguments. Why that?
> It seems that it won't work, there is an error with the packages? I have
> loaded with Statistical'NonlinearFit' (using the right apices pasting from
> the helpbrowser)
> 
> Thank you all
> 
> 
> Daniele
> 
> 
> 


  • Prev by Date: Re: help with mathematica
  • Next by Date: Re: Composition of Expansions
  • Previous by thread: Re: help with mathematica
  • Next by thread: Re: help with mathematica