Computing Summary Statistics (mean, median, standard deviation) using SciPy

share link

by aryaman@openweaver.com dot icon Updated: Mar 27, 2023

technology logo
technology logo

Solution Kit Solution Kit  

SciPy is a free and open-source Python library used for scientific computing and technical computing. It is a collection of mathematical algorithms and convenience functions built on the NumPy extension of Python. It adds significant power to the interactive Python session by providing the user with high-level commands and classes for manipulating and visualizing data.

Code

In this solution, we use the lognorm function of the Scipy library

  1. Copy the code using the "Copy" button above, and paste it in a Python file in your IDE.
  2. Modify the values.
  3. Run the file, check the output in terminal.


I hope you found this useful. I have added the link to dependent libraries, version information in the following sections.

Dependent Libraries


scipyby scipy

Python doticonstar image 11340 doticonVersion:v1.11.0rc1doticon
License: Permissive (BSD-3-Clause)

SciPy library main repository

Support
    Quality
      Security
        License
          Reuse

            scipyby scipy

            Python doticon star image 11340 doticonVersion:v1.11.0rc1doticon License: Permissive (BSD-3-Clause)

            SciPy library main repository
            Support
              Quality
                Security
                  License
                    Reuse

                      If you do not have Scipy required to run this code, you can install it by clicking on the above link and copying the pip Install command from the Scipy page in Kandi.

                      Environment Tested 

                      I tested this solution in the following versions. Be mindful of changes when working with other versions. 

                      1. The solution is created in Python3.11. 
                      2. The solution is tested on Scipy 1.10 version. 

                      Support

                      1. For any support on kandi solution kits, please use the chat
                      2. For further learning resources, visit the Open Weaver Community learning page.

                      See similar Kits and Libraries