Click or drag to resize
Accord.NET (logo)

SimpleLinearRegressionGetStandardError Method (Double, Double)

Gets the overall regression standard error.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double GetStandardError(
	double[] inputs,
	double[] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
The inputs used to train the model.
outputs
Type: SystemDouble
The outputs used to train the model.

Return Value

Type: Double
See Also