Click or drag to resize
Accord.NET (logo)

MultivariateLinearRegressionGetDegreesOfFreedom Method

Gets the degrees of freedom when fitting the regression.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double GetDegreesOfFreedom(
	int numberOfSamples
)
Request Example View Source

Parameters

numberOfSamples
Type: SystemInt32

Return Value

Type: Double
See Also