类 EvaluationTest
java.lang.Object
org.hipparchus.optim.nonlinear.vector.leastsquares.EvaluationTest
The only features tested here are utility methods defined in
LeastSquaresProblem.Evaluation
that compute the chi-square and parameters standard-deviations.
-
构造器概要
-
方法概要
修饰符和类型方法说明builder
(StatisticalReferenceDataset dataset) Create aLeastSquaresBuilder
from aStatisticalReferenceDataset
.void
void
void
void
void
void
void
void
void
void
-
构造器详细资料
-
EvaluationTest
public EvaluationTest()
-
-
方法详细资料
-
builder
Create aLeastSquaresBuilder
from aStatisticalReferenceDataset
.- 参数:
-
dataset
- 源数据 - 返回:
- 用于进一步定制的构建器。
-
testComputeResiduals
public void testComputeResiduals() -
testComputeCovariance
- 抛出:
-
IOException
-
testComputeValueAndJacobian
public void testComputeValueAndJacobian() -
testComputeCost
- 抛出:
-
IOException
-
testComputeRMS
- 抛出:
-
IOException
-
testComputeSigma
- 抛出:
-
IOException
-
testEvaluateCopiesPoint
- 抛出:
-
IOException
-
testLazyEvaluation
public void testLazyEvaluation() -
testLazyEvaluationPrecondition
public void testLazyEvaluationPrecondition() -
testDirectEvaluation
public void testDirectEvaluation()
-