Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionGetStandardErrors Method

Gets the standard error for each coefficient.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] GetStandardErrors(
	double[][] informationMatrix
)
Request Example View Source

Parameters

informationMatrix
Type: SystemDouble
The information matrix obtained when training the model (see GetInformationMatrix).

Return Value

Type: Double
See Also