You are here: Symbol Reference > StatTools Namespace > Classes > TMtxHypothesisTest Class > TMtxHypothesisTest Properties > TMtxHypothesisTest.DataVec1 Property
Stats Master VCL
ContentsIndex
PreviousUpNext
TMtxHypothesisTest.DataVec1 Property

First sample values.

Pascal
property DataVec1: TVec;

Stores first sample values. If HypothesisMethod property is hmTTest1, hmZTest then DataVec1 mean is compared with Mean (+ Sigma for Z-Test). If HypothesisMethod property is hmSignTest or hmWilcoxonTest then DataVec1 median is compared with Mean. If HypothesisMethod is hmChiSquared then DataVec1 Standard Deviation is compated with Sigma. When HypothesisMethod is something else then DataVec1 mean, median or standard deviation is compared with DataVec2 mean, median or standard deviation.

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