Levenberg Marquardt related question



hi all,

I am writing to ask a question that might be simple..but after a long
day..probably my brains aren't functioning..so I'm trying to take the
easy way out..but seeking someone else's help.

well I'm trying to fit a model into experimental data. and I have to
use the Levenberg-Marquardt algorithm to minimize the fit and find the
best set of constants I can use.

as you know, all the available LM algorithm will take the x and y data
I have, and try to estimate the function f(x) at every xi and for
every set ai of constants.

anyways...to have the algorithm work I need to provide a function that
returns the values of dyda (as the numerical recipes book call it)..

but the problem I'm facing is that the function I'm solving is not a
function that has an analytical solution...it's a complex differential
equation that we solve using a Runge-Kutta method...so how am I
supposed to find the various dyda that I need...as I cannot actually
specify them.

well I hope someone can help me with that..

.



Relevant Pages

  • Re: Comparing lists
    ... > of your faith that Big O is the be all and end all of algorithm planning. ... complexity measures, like Big-Oh. ... If experimental data and theory *disagree*: ... the conversion of lists to sets needs the insertion of N ...
    (comp.lang.python)
  • Re: How much requirement documentation up front?
    ... provide a best fit for a particular product. ... where there is no historical data or products where consumer habits ... fitting analysis again and selects a new algorithm. ... The fact that the software product itself makes it very convenient to ...
    (comp.object)
  • Re: C++: why 80 charachters??
    ... I guess if the result of your editor's word-wrapping algorithm is ... to be able to fit more than about 130 characters on my ... print utility to do ...
    (comp.lang.cpp)
  • Re: random model
    ... My GA algorithm is in fact searching for coefficients to fit a dataset. ... > thinking of are inherent in the GA itself, whatever you're modeling; ...
    (sci.math)
  • Re: 3-D fit for extrapolation
    ... of equations in as many unknowns as you have nans. ... As for evaluating a polynomial fit over the entire ... with the simplex algorithm, especially since there ...
    (comp.soft-sys.matlab)