SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.stats.test.distribution.pearson
Class AS159.RandomMatrix

java.lang.Object
  extended by com.numericalmethod.suanshu.stats.test.distribution.pearson.AS159.RandomMatrix
Enclosing class:
AS159

public static class AS159.RandomMatrix
extends java.lang.Object

a random matrix generated by AS159 and its probability


Field Summary
 ImmutableMatrix A
          a random matrix constructed
 double prob
          the probability of observing this matrix
 
Constructor Summary
AS159.RandomMatrix(Matrix A, double prob)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public final ImmutableMatrix A
a random matrix constructed


prob

public final double prob
the probability of observing this matrix

Constructor Detail

AS159.RandomMatrix

public AS159.RandomMatrix(Matrix A,
                          double prob)

SuanShu, a Java numerical and statistical library

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