Click or drag to resize

ExperimentUtilitiesExperimentSignificance Enumeration

The type of experiment significance

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public enum ExperimentSignificance
Members
  Member nameValueDescription
NotEnoughData0 Not enough data for calculation of experiment significance
Significant1 The results of experiment is significant
NotSignificant2 The results of experiment is not significant
See Also