#include <pdf.h>
Public Attributes | |
double* | X |
the random variable. | |
double* | Y |
the approximate PDF at the points in X[]. | |
int* | Yint |
integer counts in the bins. | |
double | Wid |
bin width. | |
int | N |
int | Bno |
number of points processed, number of bins. |
The approximation is done with bins of prescribed number and width.
Definition at line 30 of file pdf.h.
|
the random variable.
|
|
the approximate PDF at the points in X[].
|
|
integer counts in the bins.
|
|
bin width.
|
|
|
|
number of points processed, number of bins.
|