Home | History | Annotate | Download | only in metrics

Lines Matching refs:Probability

80   typedef int Probability;  // Probability type for being selected in a trial.
141 // Establish the name and probability of the next group in this trial.
145 int AppendGroup(const std::string& name, Probability group_probability);
191 Probability total_probability,
229 Probability total_probability,
272 const Probability divisor_;
277 // The randomly selected probability that is used to select a group (or have
280 Probability random_;
283 Probability accumulated_group_probability_;
370 FieldTrial::Probability total_probability,
390 FieldTrial::Probability total_probability,
453 // field trials to include the supplied trials, and using a 100% probability
465 // Create a FieldTrial with the given |name| and using 100% probability for