regress: remove unused struct declaration
This commit is contained in:
parent
a049c9e0f8
commit
53b661b59d
1 changed files with 0 additions and 14 deletions
14
regress.c
14
regress.c
|
@ -150,20 +150,6 @@ RGR_GetChi2Coef(int dof)
|
|||
}
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
/* Structure used for holding results of each regression */
|
||||
|
||||
typedef struct {
|
||||
double variance;
|
||||
double slope_sd;
|
||||
double slope;
|
||||
double offset;
|
||||
double offset_sd;
|
||||
double K2; /* Variance / slope_var */
|
||||
int n; /* Number of points */
|
||||
int dof; /* Number of degrees of freedom */
|
||||
} RegressionResult;
|
||||
|
||||
/* ================================================== */
|
||||
/* Critical value for number of runs of residuals with same sign.
|
||||
5% critical region for now. */
|
||||
|
|
Loading…
Reference in a new issue