Math
.
LinearRegression
:
object
Results of a linear regression
Method
public
LinearRegression
.
Constructor
(
double
[]
x
,
double
[]
y
)
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
readonly
double
LinearRegression
.
Correlation
The Pearson correlation coefficient
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
double
LinearRegression
.
GetYValue
(
double
value
)
Returns the y-value of the regression function for an x-value
public
readonly
double
LinearRegression
.
Intercept
Intercept
public
readonly
double
LinearRegression
.
R
Coefficient of determination
public
readonly
double
LinearRegression
.
RSquared
R^2
public
readonly
double
LinearRegression
.
Slope
Slope
public
readonly
double
LinearRegression
.
StandardError
The standard error
public
double
[]
LinearRegression
.
XValues
The independent variable
public
double
[]
LinearRegression
.
YValues
The dependent variable