libtpcmodext
 All Files Functions Variables Defines
Functions
mrl.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "include/libtpcmodext.h"
Include dependency graph for mrl.c:

Go to the source code of this file.

Functions

int mrl_between_tacs (double *y1, double *y2, int n)

Function Documentation

int mrl_between_tacs ( double *  y1,
double *  y2,
int  n 
)

Return the maximum run length between given n length arrays of data

Parameters:
y1Array of data1; may contain NaNs
y2Array of data2; may contain NaNs
nNr of samples in array 1 and 2

Definition at line 45 of file mrl.c.