public class Stats extends Object implements RevisionHandler
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
static double |
addErrs(double N,
double e,
float CF)
Computes estimated extra error for given total number of instances
and error using normal approximation to binomial distribution
(and continuity correction).
|
String |
getRevision()
Returns the revision string.
|
public static double addErrs(double N, double e, float CF)
N
- number of instancese
- observed errorCF
- confidence valuepublic String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.