avatar
x*l
1
里面这个stride什么意思?
Function: int gsl_fit_linear (const double * x, const size_t xstride, const
double * y, const size_t ystride, size_t n, double * c0, double * c1, double
* cov00, double * cov01, double * cov11, double * sumsq)
This function computes the best-fit linear regression coefficients (c0,
c1) of the model Y = c_0 + c_1 X for the datasets (x, y), two vectors of
length n with strides xstride and ystride. The variance-covariance matrix
for the parameters (c0, c1) is estimated from the s
avatar
j*u
2
http://en.wikipedia.org/wiki/Stride_of_an_array

const
double

【在 x*********l 的大作中提到】
: 里面这个stride什么意思?
: Function: int gsl_fit_linear (const double * x, const size_t xstride, const
: double * y, const size_t ystride, size_t n, double * c0, double * c1, double
: * cov00, double * cov01, double * cov11, double * sumsq)
: This function computes the best-fit linear regression coefficients (c0,
: c1) of the model Y = c_0 + c_1 X for the datasets (x, y), two vectors of
: length n with strides xstride and ystride. The variance-covariance matrix
: for the parameters (c0, c1) is estimated from the s

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。