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() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |