public sealed class ConfidenceInterval : IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, IBufferMessage, IMessageA confidence interval is a range of possible values for the experiment objective you are trying to measure.
Inheritance
System.Object > Experiment.Types.Result.Types.ConfidenceIntervalImplements
Google.Protobuf.IMessage<Experiment.Types.Result.Types.ConfidenceInterval>, System.IEquatable<Experiment.Types.Result.Types.ConfidenceInterval>, Google.Protobuf.IDeepCloneable<Experiment.Types.Result.Types.ConfidenceInterval>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.Double |
|
LowerBound
public double LowerBound { get; set; }Lower bound of the interval.
| Property Value | |
|---|---|
| Type | Description |
System.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 |
System.Double |
|
UpperBound
public double UpperBound { get; set; }Upper bound of the interval.
| Property Value | |
|---|---|
| Type | Description |
System.Double |
|