How to Create Bell Curve with Mean and Standard Deviation

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 6

  • @enamulhaque630
    @enamulhaque630 2 месяца назад +1

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

    • @exceldemy2006
      @exceldemy2006  2 месяца назад

      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.

  • @MFarkha
    @MFarkha 8 месяцев назад

    Very nice video. Informative step by step.

  • @shinztest3524
    @shinztest3524 6 месяцев назад +2

    Values are not dependable on score?

    • @exceldemy2006
      @exceldemy2006  6 месяцев назад

      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

  • @Sedvctvm
    @Sedvctvm 9 месяцев назад

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