Click or drag to resize

FittingLinearRegressionResult Structure

Contains the results of a linear regression from LinearRegression(IEnumerableDouble, IEnumerableDouble)
Inheritance Hierarchy
SystemObject
  SystemValueType
    RelaxIS_SDK.libMathFittingLinearRegressionResult

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public struct LinearRegressionResult

The FittingLinearRegressionResult type exposes the following members.

Properties
 NameDescription
Public propertyIntercept The calculated intercept
Public propertySlope The calculated slope
Top
See Also