Statistics

Welcome to this introductory course in Statistics. This course serves as an excellent primer to Data Analytics.

Learn Statistics

We have created 36 tutorial pages for you to learn more about some of the most important concepts in Statistics.

.pelle-btn { width:180px; border-radius:5px; } .pelle-btn.x2:link,.pelle-btn.x2:visited{ background-color:#96D4D4; color:#000; } .pelle-btn.x3:link,.pelle-btn.x3:visited{ background-color:#FFC0C7; color:#000; } .pelle-btn:link,.pelle-btn:visited { background-color:#D9EEE1; color:#000; } .pelle-btn:hover,.pelle-btn:active { background-color:#b9dfc7!important; } .pelle-btn.x2:hover,.pelle-btn.x2:active { background-color:#5cbcbc!important; } .pelle-btn.x3:hover,.pelle-btn.x3:active { background-color:#ff808e!important; } .pelle-divider { width:50%; border-right:2px solid #D9EEE1; font-size:10px; } .pelle-divider.x2 { border-right:2px solid #96D4D4; } .pelle-divider.x3 { border-right:2px solid #FFC0C7; }

Learning by Examples

In our "Try it Yourself" editor, you can use Python modules and R code, and modify the code to see the result.

Example

With Python use the NumPy library mean() method to find the mean of the values 4,11,7,14:

import numpy

values = [4,11,7,14]

x = numpy.mean(values)

print(x)

#img_mylearning { max-width:100%; }

My Learning

Track your progress with the free "My Learning" program here at w3resource.

Log into your account, and start earning points!

This is an optional feature, you can study w3resource without using My Learning.