Searched refs:prob_trans_10 (Results 1 – 1 of 1) sorted by relevance
128 double prob_trans_10) { in ProbTrans00Solver() argument130 return prob_trans_10 / (1.0f - loss_rate) - prob_trans_10; in ProbTrans00Solver()144 const double a = (1.0f - loss_rate) / prob_trans_10; in ProbTrans00Solver()145 const double b = (loss_rate - 1.0f) * (1.0f + 1.0f / prob_trans_10); in ProbTrans00Solver()344 double prob_trans_10 = in SetUp() local346 double prob_trans_00 = ProbTrans00Solver(units, loss_rate, prob_trans_10); in SetUp()348 new GilbertElliotLoss(1.0f - prob_trans_10, 1.0f - prob_trans_00)); in SetUp()