public sealed class ConfidenceInterval : IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, IBufferMessage, IMessage
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Implements
IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ConfidenceInterval()
public ConfidenceInterval()
ConfidenceInterval(Experiment.Types.Result.Types.ConfidenceInterval)
public ConfidenceInterval(Experiment.Types.Result.Types.ConfidenceInterval other)
Parameter | |
---|---|
Name | Description |
other | Experiment.Types.Result.Types.ConfidenceInterval |
Properties
ConfidenceLevel
public double ConfidenceLevel { get; set; }
The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
Property Value | |
---|---|
Type | Description |
Double |
LowerBound
public double LowerBound { get; set; }
Lower bound of the interval.
Property Value | |
---|---|
Type | Description |
Double |
Ratio
public double Ratio { get; set; }
The percent change between an experiment metric's value and the value for its control.
Property Value | |
---|---|
Type | Description |
Double |
UpperBound
public double UpperBound { get; set; }
Upper bound of the interval.
Property Value | |
---|---|
Type | Description |
Double |