Dew.Stats 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.

Records

NameDescription
TANOVA1ResultDefines one-way ANOVA statistics parameters.
TANOVA2ResultDefines two-way ANOVA (with or without replications) statistics parameters.
TFStatsDefines F statistics parameters for regression test.
TRegStatsRegression statistical parameters.

Enumerations

NameDescription
TBinaryTestTypeDefines type of binary test.
TcfInitMethodARMA/ARIMA coefficients initial estimate method.
THotellingT2TypeDefines Hotelling T2 test type.
THypothesisMethodDefines hypothesis test/method.
THypothesisResultDefines result of the hypothesis test.
THypothesisTypeDefines one or two sided hypothesis testing.
TLHCImproveDefines the criterion for measuring the improvement of Latih Hypercube DOE.
TMatrixRotationDefines the rotation method.
TMDDataFormatMD matrix data type.
TMDScalingMethodDefines type of multidimensional scaling.
TPCAModeDefines type of Principal Component Analysis (PCA).
TPercentileMethodDefines methods for calculatating percentile.
TPWDistMethodDefines method for pairwise distance calculation.
TRegressionModelDefines different linear models.
TRegSolveMethodDefines regression equation solve method.
TStepwiseActionStepwise regression variable action.
TStepwiseMethodStepwise regression optimization algorithm.

Delegates

NameDescription
TDeriveProcDefines derivatives of a function.
TMultiDeriveProcDefines derivatives of a function.
TMultiRegressFunDefines multiple regression function.
TOnStepwiseQualityCriteriaCallback function for custom quality criteria of stepwise regression optimization algorithm.
TRegressFunDefines regression function.
TStepwiseQualityCriteriaCallback function for custom quality criteria of stepwise regression optimization algorithm.