Statistics Fundamentals in Python

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • In this video we learn the fundamentals of doing statistics in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
    Timestamps:
    (0:00) Intro
    (0:17) Mean, Median & Mode
    (11:36) Variance & Standard Deviation
    (21:46) Harmonic Mean
    (25:01) Outro
  • Věda a technologie

Komentáře • 19

  • @endridibra8076
    @endridibra8076 Před 2 lety +2

    So helpful 👍 Students need that for sureeee ✌️✌️

  • @gbagba81
    @gbagba81 Před 2 lety

    This is really a beacon of hope. Hey is it possible to do a video saying kinda what's the most common use of tensorflow when working in business? I think of prediction of sales and prices and maybe clustering to help data analysis, but would you like to give some general sight on the topic? I think it'd be the most interesting. Instead of using it to identify images, using it as a stats implement, I think it'd be amazing 🤩
    Thank you for such a helpful content, it's really great. Greetings!!

  • @InspektorDreyfus
    @InspektorDreyfus Před 2 lety +2

    Your explanation of median only works on a sorted list.

  • @PaoloCondo
    @PaoloCondo Před rokem

    Thanks for the video!

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

    Thanks @NeuralNine for sharing Valuable Knowledge on statics in Python. This video is very helped full for me i understand basic concepts.

  • @yasamanboroon-zn2lu
    @yasamanboroon-zn2lu Před rokem

    It was awesome 👌

  • @hitman6319
    @hitman6319 Před 2 lety +1

    All love from Sudan 🇸🇩🇸🇩

    • @gbagba81
      @gbagba81 Před 2 lety

      Wow, I'm from Argentina, but Sudan? That really is exotic. I sometimes think how incredible it's to learn this kind of things and how I'd be the only person around doing this. What is it like in there? How you see yourself working with this soon?

  • @philtoa334
    @philtoa334 Před 2 lety

    Thx.

  • @AhmedAbbasMiG
    @AhmedAbbasMiG Před 2 lety +7

    For the median, the list must be sorted first before selecting the number in the middle of the list.
    Otherwise thank you so much 🙂

  • @NikiruSan
    @NikiruSan Před 4 měsíci

    What's your theme name?

  • @benpetro436
    @benpetro436 Před 5 měsíci

    Am a complete beginner, what python distribution is this? I downloaded Anaconda but I'm failing to operate it.

    • @harris2898
      @harris2898 Před 5 měsíci

      Look up a tutorial on how to write python on an IDE such as VsCode or pycharm. Anaconda is slow and a waste of time and memory.

  • @chidiackieffer515
    @chidiackieffer515 Před 2 lety

    Please, can you share with us in your Channel how to make unittest in Python? For exemple you an XML file that you want to save data in ur Database and make the Python unittest before save data in the column table into the db.
    Please, is it possible to share one content about it in your Channel ?

    • @NeuralNine
      @NeuralNine  Před 2 lety

      I have a tutorial on unit testing already

    • @chidiackieffer515
      @chidiackieffer515 Před 2 lety

      @@NeuralNine please can you share with me the link?

    • @Rolandfart
      @Rolandfart Před 2 lety

      @@chidiackieffer515 czcams.com/video/UL0opWf3DeM/video.html

  • @karinadamian486
    @karinadamian486 Před 5 měsíci

    can you tell me what ide have you used?

    • @NeuralNine
      @NeuralNine  Před 5 měsíci

      PyCharm. I have a video where I go through my config.