Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

Pdfrec_ Struct Reference

Pdfrec_ : this structure holds the variables for estimating a PDF. More...

#include <pdf.h>

List of all members.

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.


Detailed Description

Pdfrec_ : this structure holds the variables for estimating a PDF.

The approximation is done with bins of prescribed number and width.

Definition at line 30 of file pdf.h.


Member Data Documentation

double * Pdfrec_::X
 

the random variable.

Definition at line 32 of file pdf.h.

double * Pdfrec_::Y
 

the approximate PDF at the points in X[].

Definition at line 33 of file pdf.h.

int * Pdfrec_::Yint
 

integer counts in the bins.

Definition at line 34 of file pdf.h.

double Pdfrec_::Wid
 

bin width.

Definition at line 35 of file pdf.h.

int Pdfrec_::N
 

Definition at line 36 of file pdf.h.

int Pdfrec_::Bno
 

number of points processed, number of bins.

Definition at line 36 of file pdf.h.


The documentation for this struct was generated from the following file:
Generated at Wed Aug 21 09:33:31 2002 for The Razorback C Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001