org.codehaus.jet.hypothesis.rejection.evaluators
Class URCResponseSurfaceEvaluator

java.lang.Object
  extended by org.codehaus.jet.hypothesis.rejection.evaluators.AbstractResponseSurfaceEvaluator
      extended by org.codehaus.jet.hypothesis.rejection.evaluators.URCResponseSurfaceEvaluator
All Implemented Interfaces:
ResponseSurfaceEvaluator

public class URCResponseSurfaceEvaluator
extends AbstractResponseSurfaceEvaluator

Implementations of the ResponseSurfaceEvaluator for URC tests.

Author:
Mauro Talevi

Constructor Summary
URCResponseSurfaceEvaluator()
           
 
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 org.codehaus.jet.hypothesis.rejection.evaluators.AbstractResponseSurfaceEvaluator
calculateX, powerSeries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URCResponseSurfaceEvaluator

public URCResponseSurfaceEvaluator()
Method Detail

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 coefficients
T - the sample size
params - 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.