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

double* Pdfrec2_::X1
 

Definition at line 36 of file pdf2.h.

double * Pdfrec2_::X2
 

Definition at line 36 of file pdf2.h.

double** Pdfrec2_::Y
 

Definition at line 37 of file pdf2.h.

unsigned long** Pdfrec2_::Yint
 

Definition at line 38 of file pdf2.h.

double Pdfrec2_::Wid1
 

Definition at line 39 of file pdf2.h.

double Pdfrec2_::Wid2
 

Definition at line 39 of file pdf2.h.

unsigned long Pdfrec2_::N
 

Definition at line 40 of file pdf2.h.

unsigned long Pdfrec2_::Bno1
 

Definition at line 40 of file pdf2.h.

unsigned long Pdfrec2_::Bno2
 

Definition at line 40 of file pdf2.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