edu.ucla.stat.SOCR.analyses.result
Class Result

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
Direct Known Subclasses:
AnalysisResult, ErrorResult, NonParametricTestResult, ParametricTestResult, PearsonChiSquareResult, TwoPairedSignTestResult

public abstract class Result
extends java.lang.Object


Field Summary
static java.lang.String DF
          the variance of a sample.
protected  org.w3c.dom.Document dom
          t statistic of a test.
static java.lang.String F_VALUE
           
protected  java.util.HashMap graph
           
static java.lang.String JAVA_ERROR
           
static java.lang.String MEAN_DIFF
           
static java.lang.String MEAN_X
          the mean of .
static java.lang.String MEAN_Y
           
static java.lang.String P_VALUE
           
static java.lang.String P_VALUE_ONE_SIDED
           
static java.lang.String P_VALUE_TWO_SIDED
           
static java.lang.String PREDICTED
          the predived values (as a double[]) of a model.
static java.lang.String R_SQUARE
           
static java.lang.String RESIDUALS
          the residuals (as a double[]) of a model.
static java.lang.String SAMPLE_MEAN
          the mean of a sample.
static java.lang.String SAMPLE_VAR
          the variance of a sample.
static java.lang.String SIGN_TEST_STAT
           
static java.lang.String SIGNED_TEST_W_MEAN
           
static java.lang.String SIGNED_TEST_W_SCORE
           
static java.lang.String SIGNED_TEST_W_STAT
           
static java.lang.String SIGNED_TEST_W_VAR
           
static java.lang.String T_STAT
           
protected  java.util.HashMap texture
           
static java.lang.String WILCOXON_R_MIN
           
static java.lang.String WILCOXON_R_PRIME
           
static java.lang.String WILCOXON_RANK_SUM_SMALLER
           
protected  java.lang.String xmlResultString
           
static java.lang.String Z_STAT
           
 
Constructor Summary
Result(org.w3c.dom.Document dom)
           
Result(java.util.HashMap texture)
           
Result(java.util.HashMap texture, java.util.HashMap graph)
           
Result(java.lang.String xmlResultString)
           
 
Method Summary
 java.util.HashMap getGraph()
           
 java.util.HashMap getTexture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dom

protected org.w3c.dom.Document dom
t statistic of a test.


xmlResultString

protected java.lang.String xmlResultString

T_STAT

public static final java.lang.String T_STAT
See Also:
Constant Field Values

Z_STAT

public static final java.lang.String Z_STAT
See Also:
Constant Field Values

SAMPLE_MEAN

public static final java.lang.String SAMPLE_MEAN
the mean of a sample.

See Also:
Constant Field Values

SAMPLE_VAR

public static final java.lang.String SAMPLE_VAR
the variance of a sample.

See Also:
Constant Field Values

DF

public static final java.lang.String DF
the variance of a sample.

See Also:
Constant Field Values

F_VALUE

public static final java.lang.String F_VALUE
See Also:
Constant Field Values

P_VALUE

public static final java.lang.String P_VALUE
See Also:
Constant Field Values

R_SQUARE

public static final java.lang.String R_SQUARE
See Also:
Constant Field Values

RESIDUALS

public static final java.lang.String RESIDUALS
the residuals (as a double[]) of a model.

See Also:
Constant Field Values

PREDICTED

public static final java.lang.String PREDICTED
the predived values (as a double[]) of a model.

See Also:
Constant Field Values

MEAN_X

public static final java.lang.String MEAN_X
the mean of .

See Also:
Constant Field Values

MEAN_Y

public static final java.lang.String MEAN_Y
See Also:
Constant Field Values

MEAN_DIFF

public static final java.lang.String MEAN_DIFF
See Also:
Constant Field Values

WILCOXON_RANK_SUM_SMALLER

public static final java.lang.String WILCOXON_RANK_SUM_SMALLER
See Also:
Constant Field Values

WILCOXON_R_PRIME

public static final java.lang.String WILCOXON_R_PRIME
See Also:
Constant Field Values

WILCOXON_R_MIN

public static final java.lang.String WILCOXON_R_MIN
See Also:
Constant Field Values

SIGNED_TEST_W_STAT

public static final java.lang.String SIGNED_TEST_W_STAT
See Also:
Constant Field Values

SIGNED_TEST_W_MEAN

public static final java.lang.String SIGNED_TEST_W_MEAN
See Also:
Constant Field Values

SIGNED_TEST_W_VAR

public static final java.lang.String SIGNED_TEST_W_VAR
See Also:
Constant Field Values

SIGNED_TEST_W_SCORE

public static final java.lang.String SIGNED_TEST_W_SCORE
See Also:
Constant Field Values

SIGN_TEST_STAT

public static final java.lang.String SIGN_TEST_STAT
See Also:
Constant Field Values

P_VALUE_ONE_SIDED

public static final java.lang.String P_VALUE_ONE_SIDED
See Also:
Constant Field Values

P_VALUE_TWO_SIDED

public static final java.lang.String P_VALUE_TWO_SIDED
See Also:
Constant Field Values

JAVA_ERROR

public static final java.lang.String JAVA_ERROR
See Also:
Constant Field Values

texture

protected java.util.HashMap texture

graph

protected java.util.HashMap graph
Constructor Detail

Result

public Result(java.util.HashMap texture)

Result

public Result(java.util.HashMap texture,
              java.util.HashMap graph)

Result

public Result(java.lang.String xmlResultString)

Result

public Result(org.w3c.dom.Document dom)
Method Detail

getTexture

public java.util.HashMap getTexture()

getGraph

public java.util.HashMap getGraph()