Click or drag to resize
Accord.NET (logo)

SimpleLinearRegression Constructor

Creates a new Simple Linear Regression of the form y = Ax + B.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public SimpleLinearRegression()
Request Example View Source
See Also