Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Result::ConfidenceInterval
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Experiment::Result::ConfidenceInterval
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb
Overview
A confidence interval is a range of possible values for the experiment objective you are trying to measure.
Instance Attribute Summary collapse
-
#confidence_level ⇒ ::Float
The confidence level used to construct the interval, i.e.
-
#lower_bound ⇒ ::Float
Lower bound of the interval.
-
#ratio ⇒ ::Float
The percent change between an experiment metric's value and the value for its control.
-
#upper_bound ⇒ ::Float
Upper bound of the interval.
Instance Attribute Details
#confidence_level ⇒ ::Float
Returns The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.
132 133 134 135 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 132 class ConfidenceInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lower_bound ⇒ ::Float
Returns Lower bound of the interval.
132 133 134 135 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 132 class ConfidenceInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ratio ⇒ ::Float
Returns The percent change between an experiment metric's value and the value for its control.
132 133 134 135 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 132 class ConfidenceInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upper_bound ⇒ ::Float
Returns Upper bound of the interval.
132 133 134 135 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 132 class ConfidenceInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |