Regression statistical parameters.
TRegStats = packed record AdjustedR2: double; R2: double; ResidualVar: double; SSE: double; SSR: double; SST: double; dfE: Integer; dfT: Integer; StdError: double; FStats: TFStats; end;
This structured type describes the following regression statistical parameters.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|