Statistics.c File Reference

Author:
Krishnan, B Module for calculating statistics and histogram of a total Hough map.
More...

#include <lal/Statistics.h>

Include dependency graph for Statistics.c:

Go to the source code of this file.

Functions

 NRCSID (STATISTICSC,"$Id: Statistics.c,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 LALHoughmapMeanVariance (LALStatus *status, REAL8 *mean, REAL8 *variance, HOUGHMapTotal *in)
void LALHoughHistogram (LALStatus *status, UINT8Vector *out, HOUGHMapTotal *in)
 Calculates number count histogram hough map.


Detailed Description

Author:
Krishnan, B Module for calculating statistics and histogram of a total Hough map.

Id
Statistics.c,v 1.9 2008/06/16 09:47:56 badri Exp

Bug in variance corrected -- Feb 01, 2004 Generalized to handle REAL4 number counts -- Nov 01, 2005

Description
The fuction LALHoughStatistics() calculates the maximum number count, minimum number count, average and standard deviation of a given total Hough map. The input HOUGHMapTotal *in is a total Hough map and the output is a structure HoughStats *out.

LALHoughHistogram@ produces a histogram of the number counts in a total Hough map. The input is of type HOUGHMapTotal *in and the output UINT4Vector *out.

Definition in file Statistics.c.


Function Documentation

NRCSID ( STATISTICSC  ,
"$Id: Statistics.  c,
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 LALHoughmapMeanVariance ( LALStatus status,
REAL8 mean,
REAL8 variance,
HOUGHMapTotal in 
)

Definition at line 194 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.


Generated on Fri Sep 5 03:08:29 2008 for LAL by  doxygen 1.5.2