Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ara82
  • Order by date
  1. ara82

    subroutine mrqmin, parameter constraints

    They are input and output parameters, array a(1:ma) in the subroutine mrqmin(x,y,sig,ndata,a,ia,ma,covar,alpha,nca,chisq,funcs,alamda) On the first call I provide an initial guess for a(1:ma) and the program returns the best values for a(1:ma) that minimize the value χ^2 of the fit between a set...
  2. ara82

    subroutine mrqmin, parameter constraints

    The model I want to fit to the data has 8 parameters (it is a complex model). The code works well and I obtain the best fitting, but the problem is that in this fitting the values that 2 of the parameters reach have no sense for my purposes (for example, one of them reachs a negative value). I...
  3. ara82

    subroutine mrqmin, parameter constraints

    mikrom, thank you very much for your quick reply. I had already looked for it in Numerical Recipes, but I think that this code allows to fit the parameters to any value or to hold fixed at their input values, but not to limit the possible values they can reach. Am I wrong? P.S. Apologize for...
  4. ara82

    subroutine mrqmin, parameter constraints

    I'm using the mrqmin subroutine to perform a non linear fitting, but I would need to restrict the values that the parameters can reach by lower and upper bounds. I don't find the way to do it. If anyone could help me, I would be very grateful. Thanks in advance

Part and Inventory Search

Back
Top