edu.udo.cs.yale.operator.validation.significance
Class AnovaSignificanceTestOperator

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
          extended by edu.udo.cs.yale.operator.validation.significance.AnovaSignificanceTestOperator
All Implemented Interfaces:
ConfigurationListener

public class AnovaSignificanceTestOperator
extends SignificanceTestOperator

Determines if the null hypothesis (all actual mean values are the same) holds for the input performance vectors. This operator uses an ANalysis Of VAriances approach to determine probability that the null hypothesis is wrong.

Version:
$Id: AnovaSignificanceTestOperator.java,v 1.5 2006/03/21 15:35:52 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
AnovaSignificanceTestOperator(OperatorDescription description)
           
 
Method Summary
 int getMaxSize()
          Returns the maximum number of performance vectors which can be compared by this significance test.
 int getMinSize()
          Returns the minimum number of performance vectors which can be compared by this significance test.
 SignificanceTestResult performSignificanceTest(PerformanceVector[] allVectors, double alpha)
          Returns the result of the significance test for the given performance vector collection.
 
Methods inherited from class edu.udo.cs.yale.operator.validation.significance.SignificanceTestOperator
apply, getInputClasses, getOutputClasses, getParameterTypes
 
Methods inherited from class edu.udo.cs.yale.operator.Operator
addError, addValue, addWarning, apply, checkDeprecations, checkIO, checkProperties, clearErrorList, cloneOperator, createExperimentTree, createExperimentTree, createFromXML, createMarkedExperimentTree, delete, experimentFinished, experimentStarts, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getErrorList, getExperiment, getInnerOperatorsXML, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getName, getNumberOfSteps, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsInt, getParameterAsString, getParameterList, getParameters, getParameterType, getParent, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isEnabled, isParameterSet, logMessage, performAdditionalChecks, register, remove, rename, resume, setBreakpoint, setEnabled, setExperiment, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnovaSignificanceTestOperator

public AnovaSignificanceTestOperator(OperatorDescription description)
Method Detail

performSignificanceTest

public SignificanceTestResult performSignificanceTest(PerformanceVector[] allVectors,
                                                      double alpha)
                                               throws OperatorException
Description copied from class: SignificanceTestOperator
Returns the result of the significance test for the given performance vector collection.

Specified by:
performSignificanceTest in class SignificanceTestOperator
Throws:
OperatorException


getMinSize

public int getMinSize()
Description copied from class: SignificanceTestOperator
Returns the minimum number of performance vectors which can be compared by this significance test.

Specified by:
getMinSize in class SignificanceTestOperator


getMaxSize

public int getMaxSize()
Description copied from class: SignificanceTestOperator
Returns the maximum number of performance vectors which can be compared by this significance test.

Specified by:
getMaxSize in class SignificanceTestOperator



Copyright © 2001-2006