Lines Matching defs:Probability
93 typedef int Probability; // Probability type for being selected in a trial.
100 // to assign all the remaining probability to a group ('default').
110 FieldTrial(const std::string& name, Probability total_probability,
114 // Establish the name and probability of the next group in this trial.
118 int AppendGroup(const std::string& name, Probability group_probability);
176 const Probability divisor_;
181 // The randomly selected probability that is used to select a group (or have
184 const Probability random_;
187 Probability accumulated_group_probability_;
247 // probability for each test, force them to have the same group string. This