StatTools Unit

Classes

NameDescription
TBinaryTestTableDefines binary test table structure.
TMtxAnovaVisual representation of One and Two way ANOVA.
TMtxBinaryTestPerforms one and two test paired or unpaired binary test.
TMtxHypothesisTestEncapsulates parametric and non-parametric hypothesis testing routines.
TMtxLogistRegPerforms logistic regression.
TMtxMDScalingPerforms multidimensional scaling.
TMtxMulLinRegPerforms multiple linear regression.
TMtxMultiNonLinRegPerforms multiple-nonlinear regression.
TMtxNonLinRegPerforms nonlinear regression.
TMtxPCAPerforms Principle Component Analysis (PCA).
TMtxStepwiseRegStepwise regression is an optimization aglorithm aiming to improve the quality of the multiple linear regression by excluding noisy variables.
TRegResultClassCalculates additional parameters from multiple linear regression.
TRegStatsClassCalculates statistics from multiple linear regression parameters.

Enumerations

NameDescription
TBinaryTestTypeDefines type of binary test.
THypothesisMethodDefines hypothesis test/method.
TMDDataFormatMD matrix data type.
TMDScalingMethodDefines type of multidimensional scaling.
TStepwiseActionStepwise regression variable action.

Events

NameDescription
TOnStepwiseQualityCriteriaCallback function for custom quality criteria of stepwise regression optimization algorithm.