#include <cdf.h>
Public Attributes | |
double* | X |
array of independent variable points. | |
double* | Y |
array holding the estimated CDF. | |
int* | Yint |
array for raw counts. | |
int | N |
int | Bno |
total number of points seen, and number of bins. |
Definition at line 29 of file cdf.h.
|
array of independent variable points.
|
|
array holding the estimated CDF.
|
|
array for raw counts.
|
|
|
|
total number of points seen, and number of bins.
|