GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalResponse

data class GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalResponse(val confidenceLevel: Double, val lowerBound: Double, val ratio: Double, val upperBound: Double)

A confidence interval is a range of possible values for the experiment objective you are trying to measure.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.

Link copied to clipboard

Lower bound of the interval.

Link copied to clipboard

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

Link copied to clipboard

Upper bound of the interval.