public static interface Experiment.Result.ConfidenceIntervalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getConfidenceLevel()
The confidence level used to construct the interval, i.e.
|
double |
getLowerBound()
Lower bound of the interval.
|
double |
getRatio()
The percent change between an experiment metric's value and the value
for its control.
|
double |
getUpperBound()
Upper bound of the interval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getConfidenceLevel()
The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
double confidence_level = 1;double getRatio()
The percent change between an experiment metric's value and the value for its control.
double ratio = 2;double getLowerBound()
Lower bound of the interval.
double lower_bound = 3;double getUpperBound()
Upper bound of the interval.
double upper_bound = 4;Copyright © 2022 Google LLC. All rights reserved.