Algorithm 1 Estimation of for the Log-normal distribution | |
function EstimateGamma() | |
▹ tolerance on the RTT measurements | |
if then | |
MethodOfMoments(S,tol) | ▹ fall back to the method of moments |
else | |
▹ bisection on Cohen’s MMLE-I | |
end if | |
end function |
Algorithm 1 Estimation of for the Log-normal distribution | |
function EstimateGamma() | |
▹ tolerance on the RTT measurements | |
if then | |
MethodOfMoments(S,tol) | ▹ fall back to the method of moments |
else | |
▹ bisection on Cohen’s MMLE-I | |
end if | |
end function |