由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - gsl_fit_linear
相关主题
求助LAPACK++ Re: 求解PDE时,用到大型的矩阵,C++里怎么处理?
Fast solver of linear equation systemThree points interpolation:
Linear Search method for CG?[转载] lineariation problem....help, please
[转载] 偶看不懂这道linear programming题目叫俺干吗?[合集] linear system的奇怪问题
急,关于数据拟合软件请问: 哪里能找到linear least square的househoder的C/C++的源程序?
[转载] Absolute equantions in Linear Programming??help with a paper
how to get a linearity of a 3D field?Textbook for linear algebra?
[转载] 提个线性代数的问题,肯请热心人指教CG versus BFGS for iterative linear solvers
相关话题的讨论汇总
话题: double话题: const话题: c0话题: linear话题: c1
进入Computation版参与讨论
1 (共1页)
x*********l
发帖数: 594
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
j**u
发帖数: 6059
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

y***d
发帖数: 2330
3
哦,原来是这么回事

【在 j**u 的大作中提到】
: http://en.wikipedia.org/wiki/Stride_of_an_array
:
: const
: double

1 (共1页)
进入Computation版参与讨论
相关主题
CG versus BFGS for iterative linear solvers急,关于数据拟合软件
MINOS linear programming (转载)[转载] Absolute equantions in Linear Programming??
一个quadratic programming的问题,请指教! (转载)how to get a linearity of a 3D field?
how to solve ill-conditioned linear systems?[转载] 提个线性代数的问题,肯请热心人指教
求助LAPACK++ Re: 求解PDE时,用到大型的矩阵,C++里怎么处理?
Fast solver of linear equation systemThree points interpolation:
Linear Search method for CG?[转载] lineariation problem....help, please
[转载] 偶看不懂这道linear programming题目叫俺干吗?[合集] linear system的奇怪问题
相关话题的讨论汇总
话题: double话题: const话题: c0话题: linear话题: c1