naginterfaces.library.correg.linregs_​noconst

naginterfaces.library.correg.linregs_noconst(x, y)[source]

linregs_noconst performs a simple linear regression with no constant, with dependent variable and independent variable .

For full information please refer to the NAG Library document for g02cb

https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/g02/g02cbf.html

Parameters
xfloat, array-like, shape

must contain , for .

yfloat, array-like, shape

must contain , for .

Returns
resultfloat, ndarray, shape

The following information:

, the mean value of the independent variable, ;

, the mean value of the dependent variable, ;

, the standard deviation of the independent variable, ;

, the standard deviation of the dependent variable, ;

, the Pearson product-moment correlation between the independent variable and the dependent variable ;

, the regression coefficient;

the value ;

, the standard error of the regression coefficient;

the value ;

, the value for the regression coefficient;

the value ;

, the sum of squares attributable to the regression;

, the degrees of freedom attributable to the regression;

, the mean square attributable to the regression;

, the value for the analysis of variance;

, the sum of squares of deviations about the regression;

, the degrees of freedom of deviations about the regression;

, the mean square of deviations about the regression;

, the total sum of squares;

, the total degrees of freedom.

Raises
NagValueError
(errno )

On entry, .

Constraint: .

(errno )

On entry, all values of at least one of and are identical.

Notes

In the NAG Library the traditional C interface for this routine uses a different algorithmic base. Please contact NAG if you have any questions about compatibility.

linregs_noconst fits a straight line of the form

to the data points

such that

The function calculates the regression coefficient, , and the various other statistical quantities by minimizing

The input data consists of the pairs of observations on the independent variable and the dependent variable .

The quantities calculated are:

  1. Means:

  2. Standard deviations:

  3. Pearson product-moment correlation coefficient:

  4. The regression coefficient, :

  5. The sum of squares attributable to the regression, , the sum of squares of deviations about the regression, , and the total sum of squares, :

  6. The degrees of freedom attributable to the regression, , the degrees of freedom of deviations about the regression, , and the total degrees of freedom, :

  7. The mean square attributable to the regression, , and the mean square of deviations about the regression,

  8. The value for the analysis of variance:

  9. The standard error of the regression coefficient:

  10. The value for the regression coefficient:

References

Draper, N R and Smith, H, 1985, Applied Regression Analysis, (2nd Edition), Wiley