Package gov.nih.mipav.model.algorithms
Class AlgorithmSM2.Integration2All
java.lang.Object
gov.nih.mipav.model.algorithms.Integration2
gov.nih.mipav.model.algorithms.AlgorithmSM2.Integration2All
- Record Components:
a- The best guess parameter values.residuals- ymodel - yData.covarMat- The derivative values of y with respect to fitting parameters.
- Enclosing class:
AlgorithmSM2
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.Integration2
dqagie, dqagpe, driver, getAbserr, getErrorStatus, getIntegral, getNeval
-
Constructor Details
-
Integration2All
public Integration2All()
-
-
Method Details
-
intFunc
public double intFunc(double x) Description copied from class:Integration2DOCUMENT ME!- Specified by:
intFuncin classIntegration2- Parameters:
x- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-