TMtxAnova::Data Property

__declspec(property(get = GetData, put = SetData)) TMtx*Data;

Data for ANOVA.

Read: TMtx *GetData();
Write: void SetData(TMtx *Value);
Remarks:

Stores the data which is analyzed with analysis of variance (ANOVA). Depending on TMtxAnova::IsAnova1 and TMtxAnova::Replications properties, Data storage format is:

  • IsAnova1 = true : each column represents a separate group
  • IsAnova1 = false : each column represents changes in one factor, TMtxAnova::Replications rows represent changes in other factor.
Declared in Dew::Stats::TMtxAnova · Dew.Stats/StatTools.h · Cross-compiler