public sealed class Experiment.Types.Result.Types.ConfidenceInterval : IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Result.Types.ConfidenceInterval.
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Implements
IMessageExperimentTypesResultTypesConfidenceInterval, IEquatableExperimentTypesResultTypesConfidenceInterval, IDeepCloneableExperimentTypesResultTypesConfidenceInterval, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ConfidenceInterval()
public ConfidenceInterval()
ConfidenceInterval(ConfidenceInterval)
public ConfidenceInterval(Experiment.Types.Result.Types.ConfidenceInterval other)
Parameter | |
---|---|
Name | Description |
other |
ExperimentTypesResultTypesConfidenceInterval |
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 |