Class StatUtils

java.lang.Object
edu.cmu.tetrad.util.StatUtils

public final class StatUtils extends Object
Contains a number of basic statistical functions. Most methods are overloaded for either long or double arrays. NOTE: Some methods in this class have been adapted from class DStat written by Michael Fanelli, and the routines have been included here by permission. The methods which were adapted are:
  • gamma
  • internalGamma
  • beta
  • igamma
  • erf
  • poisson
  • chidist
  • contTable1
These methods are protected under copyright by the author. Here is the text of his copyright notice for DSTAT.java: "Copyright 1997 by Michael Fanelli. All Rights Reserved. Unlimited use of this beta code granted for non-commercial use only subject to the the expiration date. Commercial (for profit) use requires written permission."
Version:
$Id: $Id
Author:
josephramsey