Recent content by joinlia

  1. J

    MATLAB Using gamfit Function & LR Hypothesis Test in MATLAB

    Hello, I fit my data to gamma distribution using the gamfit function of MATLAB. The gamfit function returns MLEs and 95% percent confidence intervals as follows: • a = 2; b = 4;data = gamrnd(a,b,100,1); • [p,ci] = gamfit(data) • p = • 2.1990 3.7426 • ci = • 1.6840 2.8298...