org.apache.commons.math3.stat.descriptive.moment
Class InteractionTest

java.lang.Object
  extended by org.apache.commons.math3.stat.descriptive.moment.InteractionTest

public class InteractionTest
extends Object

Version:
$Id: InteractionTest.java 1244107 2012-02-14 16:17:55Z erans $

Field Summary
protected  double kurt
           
protected  double mean
           
protected  double skew
           
protected  double[] testArray
           
protected  double tolerance
           
protected  double var
           
 
Constructor Summary
InteractionTest()
           
 
Method Summary
 void testInteraction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mean

protected double mean

var

protected double var

skew

protected double skew

kurt

protected double kurt

tolerance

protected double tolerance

testArray

protected double[] testArray
Constructor Detail

InteractionTest

public InteractionTest()
Method Detail

testInteraction

public void testInteraction()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.