You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.tTest Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.tTest Function

One or two sample paired or pooled T-test.

Pascal
function tTest(const Data: TVec; Mean: double; out hRes: THypothesisResult; out Signif: double; var ConfInt: TTwoElmReal; const hType: THypothesisType = htTwoTailed; const Alpha: double = 0.05): double; overload;

Performs the one sample T-test. It compares Data mean value with the Mean. The null hypothesis is that Data mean value is equal to the Mean.

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