LinearResult
Result of liner equations
Operations
GetCoefficients
Gets the equation coefficients
method : public : GetCoefficients() ~ Float[]
Return
Type | Description |
---|---|
Float | equation coefficients |
New
Constructor
New(coeffs:Float[], r_sqrd:Float)
Parameters
Name | Type | Description |
---|---|---|
coeffs | Float | coefficient matrix |
r_sqrd | Float | r-squared value |
ToString
Formats the result into a string
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation |