BAS 471 Unit 9 - using fitdist

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

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

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

    Hi, can you please share the codes or video of how to fit copula meethodology to data in R

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

    Sir can you help me to fit Kumaraswamy distribution of two parameter

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

    With the help of your video I fitted beta and topp leone distribution but now I am unable to do it for Kumaraswamy and log lindley. Please help sir

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

    sir, can i fit binomial distribution using customize method as u explain?

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

      If you know n (the number of trials, which R refers to as the size parameter) you can put that value in the fix.arg=list(size=...) argument. Here is an example if n=14.
      FIT

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

      @@AdamPetrie ok sir thank you i will check it...

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

      sir, code to plot logarithmic distribution and check chi square goodness of fit

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

    Thank you so much. ¿How can I fit a negative binomial distribution if I only have a vector of observations? When I use fitdist(), it show me the size and mu, but not the probability

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

      Check out the ?dnbinom help menu for more details but this is a valid alternative parametrization (often used in ecology) with the mean mu. You can get quickly get p via prob = size/(size+mu).

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

      @@AdamPetrie Thank you! your video helped me a lot
      :)