|
TPCCLIB
|
Calculation of maximum run length. More...
#include "libtpcmodext.h"Go to the source code of this file.
Functions | |
| int | mrl_between_tacs (double *y1, double *y2, int n) |
Calculation of maximum run length.
Definition in file mrl.c.
| int mrl_between_tacs | ( | double * | y1, |
| double * | y2, | ||
| int | n ) |
Return the maximum run length between given n length arrays of data
| y1 | Array of data1; may contain NaNs |
| y2 | Array of data2; may contain NaNs |
| n | Nr of samples in array 1 and 2 |
Definition at line 13 of file mrl.c.