|
GeneralizedLinearRegressionGetDegreesOfFreedom Method
|
Gets the degrees of freedom when fitting the regression.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double GetDegreesOfFreedom(
int numberOfSamples
)
Public Function GetDegreesOfFreedom (
numberOfSamples As Integer
) As Double
Request Example
View SourceParameters
- numberOfSamples
- Type: SystemInt32
Return Value
Type:
DoubleSee Also