Namespace Mangrove.MetricSetTransformers.Statistics
This namespace contains all the logic needed to to add variance estimation logic to a metrics plan.
Classes
AddVariance
This is the main class that adds variance expressions to a MetricsPlan. It transforms a MetricsPlan by adding all necessary Expression's to compute variance for a collection of output metrics, either by applying the standard variance method in the case that those metrics are at the experiment unit level, or via the delta method in the case that the metrics are below the the experiment unit level.
AddVarianceWithStrongTypeHistogram
This is the one for strong typed histogram.