edu.udo.cs.yale.tools.math
Class AnovaCalculator.AnovaSignificanceTestResult
java.lang.Object
edu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.tools.math.SignificanceTestResult
edu.udo.cs.yale.tools.math.AnovaCalculator.AnovaSignificanceTestResult
- All Implemented Interfaces:
- IOObject, ResultObject
- Enclosing class:
- AnovaCalculator
public class AnovaCalculator.AnovaSignificanceTestResult
- extends SignificanceTestResult
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
AnovaCalculator.AnovaSignificanceTestResult
public AnovaCalculator.AnovaSignificanceTestResult(double sumSquaresBetween,
double sumSquaresResiduals,
int df1,
int df2)
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