You are here: Symbol Reference > Statistics Namespace > Structs, Records, Enums > Statistics.THotellingT2Type Enumeration
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.THotellingT2Type Enumeration

Defines Hotelling T2 test type.

Pascal
THotellingT2Type = (
  htT2OneSample,
  htT2Paired,
  htT2Homoskedasticity,
  htT2Heteroskedasticity
);
Members 
Description 
htT2OneSample 
One sample Hotelling T2 test. 
htT2Paired 
Two sample paired Hotelling T2 test. 
htT2Homoskedasticity 
Two sample unpaired Hotelling T2 test (test homoskedasticity). 
htT2Heteroskedasticity 
Two sample unpaired Hotelling T2 test (test heteroskedasticity). 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!