Gamma Distribution MLE in R Programming Language

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 6

  • @kobeofosu4409
    @kobeofosu4409 2 ปีที่แล้ว

    Awesome video, very clear - hopefully more stats videos

  • @BoerCommander
    @BoerCommander  3 ปีที่แล้ว +1

    0:00 Introduction and review
    1:28 Generating sample data
    4:52 Define the partial derivative wrt α as a function.
    6:42 Finding the value of α hat
    8:41 Finding the value of λ hat

  • @alessandrorosati969
    @alessandrorosati969 ปีที่แล้ว

    don't have the same result with this command for likelihood for negative exponential distribution: L1=dgamma(theta1,shape=n,rate=sum(x))
    L.NEXP=function(x,theta){
    n=length(x)
    s=sum(x)
    L=(theta^n)*exp(-theta*s)
    return(L)
    }

  • @sfundomabaso3200
    @sfundomabaso3200 2 ปีที่แล้ว

    Hi please can you also do these iterations using the method of scoring to estimate the parameter if possible

  • @shanikhan783
    @shanikhan783 3 ปีที่แล้ว

    How to calculate 2 and 0.2? kindly send me the programming i have the data and i want to calculate thier parameters,

    • @BoerCommander
      @BoerCommander  3 ปีที่แล้ว

      The link to the code is in the description.