void CalculateRegStats(TVec Y, TVec YCalc, TMtx V, Boolean Constant, TVec Weights)
Calculates statistics parameters from multiple linear regression.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Y | TVec | source TVec |
| 2 | YCalc | TVec | source TVec |
| 3 | V | TMtx | source TMtx |
| 4 | Constant | Boolean | |
| 5 | Weights | TVec | source TVec |
Result: stored in self (calling object)