|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.science.MrqFit
public class MrqFit
Nonlinear Model fit. Algorithm taken from 'Numerical Recipes in C' s.14.4, p.545 Combination of mrqmin() and mrqcof() with modified func().
Nested Class Summary | |
---|---|
static interface |
MrqFit.MrqFunc
The funcs argument must implement this interface |
Constructor Summary | |
---|---|
MrqFit()
|
Method Summary | |
---|---|
static int |
mrqmin(int ndata,
float[] a,
int ma,
int[] lista,
int mfit,
double[] covar,
double[] alpha,
double[] chisq,
MrqFit.MrqFunc funcs,
double[] alamda)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MrqFit()
Method Detail |
---|
public static int mrqmin(int ndata, float[] a, int ma, int[] lista, int mfit, double[] covar, double[] alpha, double[] chisq, MrqFit.MrqFunc funcs, double[] alamda)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |