How to Create Bell Curve with Mean and Standard Deviation

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 6

  • @MFarkha
    @MFarkha Před 9 měsíci

    Very nice video. Informative step by step.

  • @shinztest3524
    @shinztest3524 Před 6 měsíci +2

    Values are not dependable on score?

    • @exceldemy2006
      @exceldemy2006  Před 6 měsíci

      Dear @shinztest3524,
      Thank you for reaching out, and we appreciate your feedback. The calculation of average and standard deviation uses the student scores from the dataset. Based on these, the normal values have been obtained. So the “values” are dependent on the student scores.
      Make sure to stay connected with Exceldemy! 🎉❤. Have a good day.
      Regards,
      Exceldemy

  • @enamulhaque630
    @enamulhaque630 Před 3 měsíci +1

    Say i have 6 data and need to check whether these data is normally distribution or not. How can i check?

    • @exceldemy2006
      @exceldemy2006  Před 3 měsíci

      Dear, Thanks for your questions! First, calculate the average and standard deviation to check if your 6 data points are normally distributed. For this, you can use the AVERAGE and STDEV.P functions. Later, you can calculate the normal distribution values using the formula: =NORM.DIST(Data_Point, Mean, Standard_Deviation, FALSE)
      Lastly, you can apply the empirical rule (68-95-99.7 rule). If your data points follow the 68-95-99.7 rule, you can say that your data are likely normally distributed.

  • @Sedvctvm
    @Sedvctvm Před 9 měsíci

    Helpful, but i still had to go on and learn to display the standard Dev outside of this video.