| 
            
              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
Syntaxpublic double[] GetStandardErrors(
	double[][] informationMatrix
)
Public Function GetStandardErrors ( 
	informationMatrix As Double()()
) As Double()
 Request Example
		View SourceParameters
- informationMatrix
 - Type: SystemDouble
The information matrix obtained when training the model (see GetInformationMatrix). 
Return Value
Type: 
Double
See Also