Click or drag to resize
Accord.NET (logo)

LinearRegressionCoefficient Properties

The LinearRegressionCoefficient type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Returns a reference to the parent analysis object.
Public propertyConfidence
Gets the confidence interval (C.I.) for the current coefficient.
Public propertyConfidenceLower
Gets the lower limit for the confidence interval.
Public propertyConfidenceUpper
Gets the upper limit for the confidence interval.
Public propertyFTest
Gets the F-test performed for this coefficient.
Public propertyIndex
Gets the Index of this coefficient on the original analysis coefficient collection.
Public propertyIsIntercept
Gets a value indicating whether this coefficient is an intercept term.
Public propertyName
Gets the name for the current coefficient.
Public propertyStandardError
Gets the Standard Error for the current coefficient.
Public propertyTTest
Gets the T-test performed for this coefficient.
Public propertyValue
Gets the coefficient value.
Top
See Also