|
[Date Index]
[Thread Index]
[Author Index]
Re: curve fitting
>I'm trying to fit a function of the form: f[x_]:= Exp^(a*x)
>
>Now, I can fit the exponential without the constant, but I'm really
>interested in knowing what the constant is but I haven't found a way
to
>code this. Helpful suggestions?
>
>Dr. Paul Hanson, Ph.D.
>University of Colorado, Boulder
>
Use the package NonlinearFit. Which can be loaded with
<< Statistics`NonlinearFit`
the help browser gives examples of the use of NonlinearFit
Richard Gass
Department of Physics
University of Cincinnati
Cincinnati, OH 45221
phone- 513-556-0519
E-Mail gass@physunc.uc.edu
>I'm trying to fit a function of the form: f[x_]:= Exp^(a*x)
>
>Now, I can fit the exponential without the constant, but I'm really
>interested in knowing what the constant is but I haven't found a way to
>code this. Helpful suggestions?
>
>Dr. Paul Hanson, Ph.D.
>University of Colorado, Boulder
>
Use the package NonlinearFit. Which can be loaded with
<< Statistics`NonlinearFit`
the help browser gives examples of the use of NonlinearFit
Richard Gass
Department of Physics
University of Cincinnati
Cincinnati, OH 45221
phone- 513-556-0519
E-Mail gass@physunc.uc.edu
Prev by Date:
Mathematica as Algorithm Explorer?
Next by Date:
Re: How to draw an ellipse?
Prev by thread:
Re: curve fitting
Next by thread:
Re: curve fitting
|