Main Page Alphabetical List Compound List File List Compound Members File Members
Pdfrec2_ Struct Reference
Pdfrec2_ : this structure holds the variables for estimating a joint PDF of 2 random variables.
More...
#include <pdf2.h>
List of all members.
Public Attributes |
double* | X1 |
double * | X2 |
double** | Y |
unsigned long** | Yint |
double | Wid1 |
double | Wid2 |
unsigned long | N |
unsigned long | Bno1 |
unsigned long | Bno2 |
Detailed Description
Pdfrec2_ : this structure holds the variables for estimating a joint PDF of 2 random variables.
X1, 2 are the indep. vars, Y is the PDF, Yint holds the integer counts of the values falling in each bin. The bins are centred around the values in X1[] (Bno1 long) and X2[] (Bno2 long). Y, Yint are Bno1 x Bno2 arrays. Wid1, 2 are the half-bin widths for the 1st and 2nd variables, N is the total number of values processed.
Definition at line 34 of file pdf2.h.
Member Data Documentation
unsigned long** Pdfrec2_::Yint
|
|
unsigned long Pdfrec2_::N
|
|
unsigned long Pdfrec2_::Bno1
|
|
unsigned long Pdfrec2_::Bno2
|
|
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
1.2.6 written by Dimitri van Heesch,
© 1997-2001