You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TMtxHypothesisTest Class > TMtxHypothesisTest Properties > TMtxHypothesisTest.DataVec1 Property
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TMtxHypothesisTest.DataVec1 Property

First sample values.

Syntax
C#
Visual Basic
public TVec DataVec1;

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!