NumPy Library
NumPy is a Python library. NumPy is used for working with arrays. NumPy is short for “Numerical Python”. […]
NumPy is a Python library. NumPy is used for working with arrays. NumPy is short for “Numerical Python”. […]
Matplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was […]
Pandas is a Python library that’s used to work with data sets and analyze data. It has functions […]
Every variable you make has a specific data type. Python is dynamically typed. What does that mean? The […]
Variables store information in your programs, including, text, sentences, numbers, sets of data and everything else. You make […]
Like all programming languages, Python has conventions for naming. This post covers some of them for Python version […]
Confidence intervals are often misunderstood. Let’s use an example. You have a population of oak trees in your […]
Inferential statistics uses sample data to draw conclusions or make predictions about a larger population. Sampling is the […]
The normal distribution is a continuous probability distribution that is symmetrical on both sides of the mean and […]
The Poisson distribution is a probability distribution that models the probability that a certain number of events will […]
Identifying the distribution of your data is a key step in any analysis. It might be binomial or […]
The successful study of probability distributions depends on your understanding of basic probability. You can use probability distributions […]