SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.test.distribution.pearson

Class Summary
AS159 Algorithm AS 159 accepts a table shape (the number of rows and columns), and two vectors, the lists of row and column sums.
AS159.RandomMatrix a random matrix generated by AS159 and its probability
ChiSquare4Independence Pearson's chi-square test of independence assesses whether paired observations on two variables, expressed in a contingency table, are independent of each other.
FisherExactDistribution Fisher's exact test is a statistical significance test used in the analysis of contingency tables where sample sizes are small.
 

Enum Summary
ChiSquare4Independence.Type the distribution used for the test
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.