You are here: Symbol Reference > StatTools Namespace > Types > StatTools.TOnStepwiseQualityCriteria Type
Stats Master VCL
ContentsIndex
PreviousUpNext
StatTools.TOnStepwiseQualityCriteria Type

Callback function for custom quality criteria of stepwise regression optimization algorithm.

Pascal
TOnStepwiseQualityCriteria = function (const Stat: TRegStats; const b, t: TVec; const ParamMask: TVecInt): double of object;

The Stat contains the details of the regression results, b contains the coefficients and t the corresponding t-Values for each item in b. The ParamMask.Length equals the initial total variable count. b and t can and will have length less than this. Which variables are included is determined from ParamMask, which has 1 at corresponding included variable index and 0 otherewise.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!