#include <math.h>#include <lal/LALRCSID.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/SeqFactories.h>#include <lal/LALConstants.h>#include <lal/LALMoment.h>#include <lal/Comm.h>#include <lal/Matrix.h>Include dependency graph for BlockRho.h:

Go to the source code of this file.
Defines | |
| #define | BLOCKRHOH_ENULL 1 |
| #define | BLOCKRHOH_ENNUL 2 |
| #define | BLOCKRHOH_EALOC 3 |
| #define | BLOCKRHOH_ENUMZ 4 |
| #define | BLOCKRHOH_EARG 5 |
| #define | BLOCKRHOH_EDATA 6 |
| #define | BLOCKRHOH_MSGENULL "Null pointer" |
| #define | BLOCKRHOH_MSGENNUL "Non-null pointer" |
| #define | BLOCKRHOH_MSGEALOC "Memory allocation error" |
| #define | BLOCKRHOH_MSGENUMZ "Data segment length is zero" |
| #define | BLOCKRHOH_MSGEARG "Error parsing command-line arguments" |
| #define | BLOCKRHOH_MSGEDATA "Too few input data points to define a Rho statistic" |
Functions | |
| NRCSID (BLOCKRHOH,"$Id: BlockRho.h,v 1.5 2007/06/08 14:41:42 bema Exp $") | |
| void | LALBlockRho2 (LALStatus *status, REAL8 *result, REAL8 *rpeak, INT4 *myindex, REAL8Sequence *data, UINT4 *marginOfExclusion) |
| void | LALBlockRho3 (LALStatus *status, REAL8 *result, REAL8 *rpeak, INT4 *myindex, REAL8Sequence *data) |
| #define BLOCKRHOH_ENULL 1 |
Definition at line 62 of file BlockRho.h.
| #define BLOCKRHOH_ENNUL 2 |
Definition at line 63 of file BlockRho.h.
| #define BLOCKRHOH_EALOC 3 |
Definition at line 64 of file BlockRho.h.
| #define BLOCKRHOH_ENUMZ 4 |
Definition at line 65 of file BlockRho.h.
| #define BLOCKRHOH_EARG 5 |
Definition at line 66 of file BlockRho.h.
| #define BLOCKRHOH_EDATA 6 |
Definition at line 67 of file BlockRho.h.
| #define BLOCKRHOH_MSGENULL "Null pointer" |
Definition at line 69 of file BlockRho.h.
| #define BLOCKRHOH_MSGENNUL "Non-null pointer" |
Definition at line 70 of file BlockRho.h.
| #define BLOCKRHOH_MSGEALOC "Memory allocation error" |
Definition at line 71 of file BlockRho.h.
Definition at line 72 of file BlockRho.h.
| #define BLOCKRHOH_MSGEARG "Error parsing command-line arguments" |
Definition at line 73 of file BlockRho.h.
Definition at line 74 of file BlockRho.h.
| NRCSID | ( | BLOCKRHOH | , | |
| "$Id: BlockRho. | h, | |||
| v 1.5 2007/06/08 14:41:42 bema Exp $" | ||||
| ) |
| void LALBlockRho3 | ( | LALStatus * | status, | |
| REAL8 * | result, | |||
| REAL8 * | rpeak, | |||
| INT4 * | myindex, | |||
| REAL8Sequence * | data | |||
| ) |
1.5.2