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

Cdfrec_ Struct Reference

Cdfrec_ : this structure holds the variables for estimating a CDF. More...

#include <cdf.h>

List of all members.

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.


Detailed Description

Cdfrec_ : this structure holds the variables for estimating a CDF.

Definition at line 29 of file cdf.h.


Member Data Documentation

double * Cdfrec_::X
 

array of independent variable points.

Definition at line 31 of file cdf.h.

double * Cdfrec_::Y
 

array holding the estimated CDF.

Definition at line 32 of file cdf.h.

int * Cdfrec_::Yint
 

array for raw counts.

Definition at line 33 of file cdf.h.

int Cdfrec_::N
 

Definition at line 34 of file cdf.h.

int Cdfrec_::Bno
 

total number of points seen, and number of bins.

Definition at line 34 of file cdf.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