HiRep
0.1
Loading...
Searching...
No Matches
base_stat.h
1
#ifndef BASE_STAT_H
2
#define BASE_STAT_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
double
average(
int
n,
double
a[]);
8
double
sigma0(
int
n,
double
a[]);
9
void
auto_corr(
int
n,
double
a[],
int
tmax,
double
gamma[]);
10
double
sigma(
int
n,
double
a[],
double
*tau,
int
*flag);
11
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
//BASE_STAT_H
Include
Statistics
base_stat.h
Generated by
1.12.0