#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "include/libtpcmodext.h"
Go to the source code of this file.
Function Documentation
Return the maximum run length between given n length arrays of data
- Parameters:
-
| 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 45 of file mrl.c.