edu.udo.cs.yale.tools.math
Class AnovaCalculator.AnovaSignificanceTestResult

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.tools.math.SignificanceTestResult
              extended by edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
All Implemented Interfaces:
IOObject, ResultObject
Enclosing class:
AnovaCalculator

public class AnovaCalculator.AnovaSignificanceTestResult
extends SignificanceTestResult


Field Summary
private  int df1
           
private  int df2
           
private  double fValue
           
private  double meanSquaresBetween
           
private  double meanSquaresResiduals
           
private  double prob
           
private  double sumSquaresBetween
           
private  double sumSquaresResiduals
           
 
Constructor Summary
AnovaCalculator.AnovaSignificanceTestResult(double sumSquaresBetween, double sumSquaresResiduals, int df1, int df2)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the test.
 java.awt.Component getVisualisationComponent(IOContainer container)
          Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
 java.lang.String toString()
          Returns a string describing the test result.
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, toHTML, toResultString
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Field Detail

sumSquaresBetween

private double sumSquaresBetween

sumSquaresResiduals

private double sumSquaresResiduals

meanSquaresBetween

private double meanSquaresBetween

meanSquaresResiduals

private double meanSquaresResiduals

df1

private int df1

df2

private int df2

fValue

private double fValue

prob

private double prob
Constructor Detail

AnovaCalculator.AnovaSignificanceTestResult

public AnovaCalculator.AnovaSignificanceTestResult(double sumSquaresBetween,
                                                   double sumSquaresResiduals,
                                                   int df1,
                                                   int df2)
Method Detail

getName

public java.lang.String getName()
Description copied from class: SignificanceTestResult
Returns the name of the test.

Specified by:
getName in interface ResultObject
Specified by:
getName in class SignificanceTestResult


toString

public java.lang.String toString()
Description copied from class: SignificanceTestResult
Returns a string describing the test result.

Specified by:
toString in class SignificanceTestResult


getVisualisationComponent

public java.awt.Component getVisualisationComponent(IOContainer container)
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.

Specified by:
getVisualisationComponent in interface ResultObject
Overrides:
getVisualisationComponent in class ResultObjectAdapter



Copyright © 2001-2006