liba
0.1.15
An algorithm library based on C/C++
Toggle main menu visibility
Loading...
Searching...
No Matches
regress.h
Go to the documentation of this file.
1
7
8
#ifndef LIBA_REGRESS_H
9
#define LIBA_REGRESS_H
10
11
#include "
a.h
"
12
18
19
#if defined(__cplusplus)
20
extern
"C"
{
21
#endif
/* __cplusplus */
22
30
A_EXTERN
void
a_regress_odm_
(
a_size
n,
a_real
const
*p,
a_real
*odm,
a_real
p_mean);
31
39
A_EXTERN
a_real
a_regress_odm
(
a_size
n,
a_real
const
*p,
a_real
*odm);
40
41
#if defined(__cplusplus)
42
}
/* extern "C" */
43
#endif
/* __cplusplus */
44
46
47
#endif
/* a/regress.h */
a.h
algorithm library
a_real
double a_real
compiler built-in floating-point number type
Definition
a.h:1012
a_regress_odm
a_real a_regress_odm(a_size n, a_real const *p, a_real *odm)
compute observation deviation from mean for regression
a_regress_odm_
void a_regress_odm_(a_size n, a_real const *p, a_real *odm, a_real p_mean)
compute observation deviation from mean for regression
a_size
size_t a_size
unsigned integer type returned by the sizeof operator
Definition
a.h:823
regress.h
Generated by
1.17.0