Class Experiment.Types.Result.Types.ConfidenceInterval (1.7.0)

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.

Inheritance

Object > Experiment.Types.Result.Types.ConfidenceInterval

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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
NameDescription
otherExperiment.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
TypeDescription
Double

LowerBound

public double LowerBound { get; set; }

Lower bound of the interval.

Property Value
TypeDescription
Double

Ratio

public double Ratio { get; set; }

The percent change between an experiment metric's value and the value for its control.

Property Value
TypeDescription
Double

UpperBound

public double UpperBound { get; set; }

Upper bound of the interval.

Property Value
TypeDescription
Double