#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. | |
Bug in variance corrected -- Feb 01, 2004 Generalized to handle REAL4 number counts -- Nov 01, 2005
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.
| 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.
| 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.
| out | histogram |
Definition at line 251 of file Statistics.c.
1.5.2