Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathworks-teaching-resources/descriptive-stats-and-probability
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
https://github.com/mathworks-teaching-resources/descriptive-stats-and-probability
courseware cwm matlab matlab-live-script probability probability-statistics statistical-learning statistics
Last synced: about 1 month ago
JSON representation
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
- Host: GitHub
- URL: https://github.com/mathworks-teaching-resources/descriptive-stats-and-probability
- Owner: MathWorks-Teaching-Resources
- License: bsd-3-clause
- Created: 2021-07-06T17:55:57.000Z (over 3 years ago)
- Default Branch: release
- Last Pushed: 2024-10-15T19:24:44.000Z (2 months ago)
- Last Synced: 2024-10-17T03:01:12.387Z (2 months ago)
- Topics: courseware, cwm, matlab, matlab-live-script, probability, probability-statistics, statistical-learning, statistics
- Language: MATLAB
- Homepage:
- Size: 1.17 MB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Descriptive Statistics and Probability Distributions
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/95463-descriptive-statistics-and-probability-distributions) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability&project=StatsAndProb.prj&file=README.mlx)
[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMathWorks-Teaching-Resources%2FDescriptive-Stats-and-Probability%2Frelease%2FImages%2FTestedWith.json)](https://MathWorks-Teaching-Resources.github.io/Descriptive-Stats-and-Probability)
**Curriculum Module**
_Created with R2024a. Compatible with R2024a and later releases._
# Information
This curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) that teach the fundamentals of descriptive statistics and some commonly used probability distributions.
## Background
You can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. This module covers descriptive statistics such as mean, median, range, variance and standard deviation and visualizations such as histograms and boxplots. Additional scripts address discrete and continuous probability distributions including the binomial and Poisson distributions as well as the uniform, normal, and exponential distributions.
The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
## Contact Us
Solutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:[email protected]) if you would like to request solutions, provide feedback, or if you have a question.
## Prerequisites
This module assumes knowledge of MATLAB at the level of the [MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted), a free two\-hour introductory course.
## Getting Started
### Accessing the Module
### **On MATLAB Online:**Use the [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability&project=StatsAndProb.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.
### **On Desktop:**
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double\-click on [StatsAndProb.prj](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability&project=StatsAndProb.prj&file=README.mlx). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
Ensure you have all the required products (listed below) installed. If you need to include a product, add it using the Add\-On Explorer. To install an add\-on, go to the **Home** tab and select **Add-Ons** > **Get Add-Ons**.
## Products
MATLAB® and the Statistics and Machine Learning Toolbox™ are used throughout
# Scripts
## [**DescriptiveStatistics.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability&project=StatsAndProb.prj&file=Scripts/DescriptiveStatistics.mlx)
| | |
| :-- | :-- |
| | **In this script, students will...**
|
|
| $\bullet$ display a quantitative variable as a histogram.
$\bullet$ determine and interpret the mean, median, range, variance, standard deviation, and measures of position.
$\bullet$ display a quantitative variable as a boxplot.
|
| | |## [**DiscreteDistributions.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability&project=StatsAndProb.prj&file=Scripts/DiscreteDistributions.mlx)
| | |
| :-- | :-- |
| | **In this script, students will...**
|
|
| $\bullet$ define a probability distribution.
$\bullet$ find statistics given a discrete probability distribution.
$\bullet$ use the binomial distribution, hypergeometric distribution, and Poisson distribution.
|
| | |## [**ContinuousDistributions.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability&project=StatsAndProb.prj&file=Scripts/ContinuousDistributions.mlx)
| | |
| :-- | :-- |
| | **In this script, students will...**
|
|
| $\bullet$ describe and use the uniform probability distribution.
$\bullet$ describe and use the normal and standard normal probability distributions.
$\bullet$ describe and use the exponential probability distribution.
|
| | |# Related Courseware Modules
| | | |
| :-- | :-- | :-- |
| **Courseware Module**
| **Sample Content**
| **Available on:**
|
| [**Fundamentals of Probability Theory**](https://www.mathworks.com/matlabcentral/fileexchange/100546-probability-theory)
|
| [](https://www.mathworks.com/matlabcentral/fileexchange/100546-probability-theory)
[](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Probability-Theory&project=Probability.prj)
[GitHub](https://github.com/MathWorks-Teaching-Resources/Probability-Theory)
|
| | | |Or feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22&sort=downloads_desc_30d).
# Educator Resources
- [Educator Page](https://www.mathworks.com/academia/educators.html)# Contribute
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Descriptive-Stats-and-Probability/blob/release/CONTRIBUTING.md) page on GitHub.
*©* Copyright 2023 The MathWorks™, Inc