代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/102394/15783332
texi fitting.texi
@cindex fitting
@cindex least squares fit
@cindex regression, least squares
@cindex weighted linear fits
This chapter describes routines for performing least squares fits to
experimental data using li
www.eeworm.com/read/102227/15789187
h fitting.h
/*
*fitting.h
*/
#ifndef _FITTING_H
#define _FITTING_H
#include
#include
#include
#include
typedef struct{
int rows;
int cols;
double *
www.eeworm.com/read/179705/9342063
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/179705/9342146
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/358767/10179957
nh elliptic-fitting.nh
www.eeworm.com/read/424281/10468025
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/424281/10468162
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/464675/7067483
m test_fitting.m
function Test_fitting()
clc;
clear;
x=[0 0.25 0.5 0.75 1 1.25 1.5]';
y=[1 1.284 1.6487 2.117 2.7183 3.4903 4.4817]';
t=0:0.01:2;
[Fy1 a1]=Fitting(x,y,3);
[Fy2 a2]=Fitting(x,y,4);
Poly1=polyval
www.eeworm.com/read/121297/6068863
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/121297/6068920
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