Package | Description |
---|---|
com.intuit.wasabi.analyticsobjects.metrics | |
com.intuit.wasabi.analyticsobjects.statistics |
Modifier and Type | Method and Description |
---|---|
DistinguishableEffectSize |
NormalApproxSymMetric.distinguishableEffectSizes(long number_impressions_1,
long number_actions_1,
long number_impressions_2,
long number_actions_2)
Calculates, for the current amount of data, the smallest (closest to 0) effect size that, if measured, could be confidently said to be nonzero.
|
DistinguishableEffectSize |
NormalApproxMetric.distinguishableEffectSizes(long number_impressions_1,
long number_actions_1,
long number_impressions_2,
long number_actions_2)
Calculates, for the current amount of data, the smallest (closest to 0) effect size that, if measured, could be confidently said to be nonzero.
|
abstract DistinguishableEffectSize |
BinomialMetrics.BinomialMetric.distinguishableEffectSizes(long number_impressions_1,
long number_actions_1,
long number_impressions_2,
long number_actions_2)
Calculates, for the current amount of data, the smallest (closest to 0) effect size that, if measured, could be confidently said to be nonzero.
|
Modifier and Type | Field and Description |
---|---|
protected DistinguishableEffectSize |
ComparisonStatistics.smallestDistinguishableEffectSize |
Modifier and Type | Method and Description |
---|---|
DistinguishableEffectSize |
DistinguishableEffectSize.Builder.build() |
DistinguishableEffectSize |
DistinguishableEffectSize.clone() |
DistinguishableEffectSize |
ComparisonStatistics.getSmallestDistinguishableEffectSize() |
Modifier and Type | Method and Description |
---|---|
void |
ComparisonStatistics.setSmallestDistinguishableEffectSize(DistinguishableEffectSize value) |
ComparisonStatistics.Builder |
ComparisonStatistics.Builder.withSmallestDistinguishableEffectSize(DistinguishableEffectSize value) |
ActionComparisonStatistics.Builder |
ActionComparisonStatistics.Builder.withSmallestDistinguishableEffectSize(DistinguishableEffectSize value) |
Copyright © 2016. All rights reserved.