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

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
      extended by edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
          extended by edu.ucla.stat.SOCR.analyses.result.FisherExactResult

public class FisherExactResult
extends ParametricTestResult


Field Summary
static java.lang.String COL_NAMES
           
static java.lang.String COL_SUM
           
static java.lang.String DF
           
static java.lang.String EXPECTED_DATA
           
static java.lang.String GRAND_TOTAL
           
static double INVALID_P_VALUE_CUTOFF
           
static double INVALID_P_VALUE_CUTOFF_1_TAIL
           
static double INVALID_P_VALUE_CUTOFF_2_TAIL
           
static java.lang.String P_VALUE_CUTOFF
           
static java.lang.String P_VALUE_CUTOFF_1_TAIL
           
static java.lang.String P_VALUE_CUTOFF_2_TAIL
           
static java.lang.String PEARSON_CHI_SQUARE
           
static java.lang.String ROW_NAMES
           
static java.lang.String ROW_SUM
           
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
dFormat, SORTED_NORMAL_QUANTILES, SORTED_RESIDUALS, SORTED_RESIDUALS_INDEX, SORTED_STANDARDIZED_NORMAL_QUANTILES, SORTED_STANDARDIZED_RESIDUALS
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.Result
dom, F_VALUE, graph, JAVA_ERROR, MEAN_DIFF, MEAN_X, MEAN_Y, P_VALUE, P_VALUE_ONE_SIDED, P_VALUE_TWO_SIDED, PREDICTED, R_SQUARE, RESIDUALS, SAMPLE_MEAN, SAMPLE_VAR, SIGN_TEST_STAT, SIGNED_TEST_W_MEAN, SIGNED_TEST_W_SCORE, SIGNED_TEST_W_STAT, SIGNED_TEST_W_VAR, T_STAT, texture, WILCOXON_R_MIN, WILCOXON_R_PRIME, WILCOXON_RANK_SUM_SMALLER, xmlResultString, Z_STAT
 
Constructor Summary
FisherExactResult(java.util.HashMap texture)
          Constructors
FisherExactResult(java.util.HashMap texture, java.util.HashMap graph)
           
 
Method Summary
 double get1TailPCutoff()
           
 double get2TailPCutoff()
           
 java.lang.String[] getColNames()
           
 int[] getColSum()
           
 int getDF()
           
 double[][] getExpectedData()
          Accessors
 int getGrandTotal()
           
 double getPCutoff()
           
 double getPearsonChiSquareStat()
           
 java.lang.String[] getRowNames()
           
 int[] getRowSum()
           
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
getFormattedDouble, getFormattedGroup, getFormattedGroupArray, setDecimalFormat
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.Result
getGraph, getTexture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPECTED_DATA

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

PEARSON_CHI_SQUARE

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

DF

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

ROW_NAMES

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

COL_NAMES

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

ROW_SUM

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

COL_SUM

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

GRAND_TOTAL

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

P_VALUE_CUTOFF

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

P_VALUE_CUTOFF_1_TAIL

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

P_VALUE_CUTOFF_2_TAIL

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

INVALID_P_VALUE_CUTOFF

public static final double INVALID_P_VALUE_CUTOFF
See Also:
Constant Field Values

INVALID_P_VALUE_CUTOFF_1_TAIL

public static final double INVALID_P_VALUE_CUTOFF_1_TAIL
See Also:
Constant Field Values

INVALID_P_VALUE_CUTOFF_2_TAIL

public static final double INVALID_P_VALUE_CUTOFF_2_TAIL
See Also:
Constant Field Values
Constructor Detail

FisherExactResult

public FisherExactResult(java.util.HashMap texture)
Constructors


FisherExactResult

public FisherExactResult(java.util.HashMap texture,
                         java.util.HashMap graph)
Method Detail

getExpectedData

public double[][] getExpectedData()
Accessors


getDF

public int getDF()

getRowNames

public java.lang.String[] getRowNames()

getColNames

public java.lang.String[] getColNames()

getRowSum

public int[] getRowSum()

getColSum

public int[] getColSum()

getPCutoff

public double getPCutoff()

get1TailPCutoff

public double get1TailPCutoff()

get2TailPCutoff

public double get2TailPCutoff()

getGrandTotal

public int getGrandTotal()

getPearsonChiSquareStat

public double getPearsonChiSquareStat()