Statistics.h File Reference

Functions prototypes and structures for calculating statistical properties of Hough maps. More...

#include <lal/Date.h>
#include <lal/LALDatatypes.h>
#include <lal/HoughMap.h>
#include <lal/LALStdlib.h>
#include <lal/LALConstants.h>

Include dependency graph for Statistics.h:

Go to the source code of this file.

Data Structures

struct  tagHoughStats
 Structure for storing statistical information about a Hough map. More...

Defines

#define STATISTICSH_ENULL   1
#define STATISTICSH_EVAL   2
#define STATISTICSH_MSGENULL   "Null Pointer"
#define STATISTICSH_MSGEVAL   "Invalid Value"

Typedefs

typedef tagHoughStats HoughStats
 Structure for storing statistical information about a Hough map.

Functions

 NRCSID (STATISTICSH,"$Id: Statistics.h,v 1.9 2008/06/16 09:47:56 badri Exp $")
void LALHoughStatistics (LALStatus *status, HoughStats *out, HOUGHMapTotal *in)
 Calculates max, min, average and standard deviation of Hough number counts hough map.
void LALHoughHistogram (LALStatus *status, UINT8Vector *out, HOUGHMapTotal *in)
 Calculates number count histogram hough map.
void LALHoughmapMeanVariance (LALStatus *status, REAL8 *mean, REAL8 *variance, HOUGHMapTotal *in)


Detailed Description

Functions prototypes and structures for calculating statistical properties of Hough maps.

Author:
Krishnan, B.
Id
Statistics.h,v 1.9 2008/06/16 09:47:56 badri Exp

Created by Badri Krishnan on July 09, 2003

Description
Given a total Hough map, the function LALHoughStatistics() calculates the maximum number count, minimum number count, average and standard deviation of the number counts in a given Hough map. The function LALHoughHistogram() produces a histogram of the number counts.

Definition in file Statistics.h.


Define Documentation

#define STATISTICSH_ENULL   1

Definition at line 131 of file Statistics.h.

#define STATISTICSH_EVAL   2

Definition at line 132 of file Statistics.h.

#define STATISTICSH_MSGENULL   "Null Pointer"

Definition at line 133 of file Statistics.h.

#define STATISTICSH_MSGEVAL   "Invalid Value"

Definition at line 134 of file Statistics.h.


Typedef Documentation

typedef struct tagHoughStats HoughStats

Structure for storing statistical information about a Hough map.


Function Documentation

NRCSID ( STATISTICSH  ,
"$Id: Statistics.  h,
v 1.9 2008/06/16 09:47:56 badri Exp $"   
)

void LALHoughStatistics ( LALStatus status,
HoughStats out,
HOUGHMapTotal in 
)

Calculates max, min, average and standard deviation of Hough number counts hough map.

Parameters:
out  output containing statistics

Definition at line 100 of file Statistics.c.

void LALHoughHistogram ( LALStatus status,
UINT8Vector out,
HOUGHMapTotal in 
)

Calculates number count histogram hough map.

Parameters:
out  histogram

Definition at line 251 of file Statistics.c.

void LALHoughmapMeanVariance ( LALStatus status,
REAL8 mean,
REAL8 variance,
HOUGHMapTotal in 
)

Definition at line 194 of file Statistics.c.


Generated on Sun Sep 7 03:08:10 2008 for LAL by  doxygen 1.5.2