gsl v0.1.8 (2017-02-24T13:32:01Z)
Home
Dub
Repo
gsl_fit_linear
gsl
fit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
int
gsl_fit_linear
(
const
(
double
)*
x
,
const
size_t
xstride
,
const
(
double
)*
y
,
const
size_t
ystride
,
const
size_t
n
,
double
*
c0
,
double
*
c1
,
double
*
cov00
,
double
*
cov01
,
double
*
cov11
,
double
*
sumsq
)
Meta
Source
See Implementation
gsl
fit
functions
gsl_fit_linear
gsl_fit_linear_est
gsl_fit_mul
gsl_fit_mul_est
gsl_fit_wlinear
gsl_fit_wmul