#include <assert.h>
#include <stdio.h>
#include "rescaled_range.h"
#include "data/brown72.h"
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
double | v [] |
Initialize an array with synthetic data set values. More... | |
const size_t | N = sizeof( v ) / sizeof( double ) |
Definition in file hursttst.cpp.
|
Definition at line 1053 of file hursttst.cpp. |
|
Definition at line 1049 of file hursttst.cpp. |
|
Initialize an array with synthetic data set values.
Definition at line 17 of file hursttst.cpp. |