33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| id: 5e46f7e5ac417301a38fb928
 | |
| title: Mean-Variance-Standard Deviation Calculator
 | |
| challengeType: 10
 | |
| dashedName: mean-variance-standard-deviation-calculator
 | |
| ---
 | |
| 
 | |
| # --description--
 | |
| 
 | |
| Create a function that uses Numpy to output the mean, variance, and standard deviation of the rows, columns, and elements in a 3 x 3 matrix.
 | |
| 
 | |
| You can access [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-mean-variance-standard-deviation-calculator).
 | |
| 
 | |
| After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.
 | |
| 
 | |
| We are still developing the interactive instructional part of the data analysis with Python curriculum. For now, you will have to use other resources to learn how to pass this challenge.
 | |
| 
 | |
| # --hints--
 | |
| 
 | |
| It should pass all Python tests.
 | |
| 
 | |
| ```js
 | |
| 
 | |
| ```
 | |
| 
 | |
| # --solutions--
 | |
| 
 | |
| ```py
 | |
|   # Python challenges don't need solutions,
 | |
|   # because they would need to be tested against a full working project.
 | |
|   # Please check our contributing guidelines to learn more.
 | |
| ```
 |