JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.dartmouth.bglab.util
Interface CDF
public interface
CDF
Provides a common interface for cumulative density functions. The CDF is defined to be the percentage of datapoints for a given distribution that lie to the left of a given datapoint x.
Author:
Jonathan M. Carlson
See Also:
KS
Method Summary
Methods
Modifier and Type
Method and Description
double
computeCDF
(double x)
Must return the percentage of datapoints that lie strictly to the left of x.
Method Detail
computeCDF
double computeCDF(double x)
Must return the percentage of datapoints that lie strictly to the left of x.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method