代码搜索:Fitting

找到约 695 项符合「Fitting」的源代码

代码结果 695
www.eeworm.com/read/102394/15783136

c fitting2.c

#include #include int main (int argc, char **argv) { int i, n; double xi, yi, ei, chisq; gsl_matrix *X, *cov; gsl_vector *y, *w, *c; if (argc != 2) {
www.eeworm.com/read/102394/15783194

c fitting3.c

#include #include #include int main (void) { double x; const gsl_rng_type * T; gsl_rng * r; gsl_rng_env_setup (); T = gsl_rng_default; r = gsl
www.eeworm.com/read/426750/9001981

txt least squares fitting algorithm.txt

*************************************************************** * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向