Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Result::ConfidenceInterval

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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