org.codehaus.jet.hypothesis.rejection.evaluators
Class ECMResponseSurfaceEvaluator
java.lang.Object
org.codehaus.jet.hypothesis.rejection.evaluators.AbstractResponseSurfaceEvaluator
org.codehaus.jet.hypothesis.rejection.evaluators.ECMResponseSurfaceEvaluator
- All Implemented Interfaces:
- ResponseSurfaceEvaluator
public class ECMResponseSurfaceEvaluator
- extends AbstractResponseSurfaceEvaluator
Implementations of the ResponseSurfaceEvaluator for ECM tests.
- Author:
- Mauro Talevi
Method Summary |
double |
evaluate(double[] beta,
int T,
int[] params)
Evaluates the response surface |
protected void |
validateParams(double[] beta,
int T,
int[] params)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECMResponseSurfaceEvaluator
public ECMResponseSurfaceEvaluator()
evaluate
public double evaluate(double[] beta,
int T,
int[] params)
- Description copied from interface:
ResponseSurfaceEvaluator
- Evaluates the response surface
- Parameters:
beta
- the array of the power series coefficientsT
- the sample sizeparams
- the parameters required by specific implementations
- Returns:
- The evaluated surface value
validateParams
protected void validateParams(double[] beta,
int T,
int[] params)
Copyright © 2006-2007. All Rights Reserved.