News

The simplest form of regression in Python is, well, simple linear regression. With simple linear regression, you're trying to ...
Learn how to calculate the equation of a line from a graph, work out the gradient from an equation, and visualise intercepts with this step-by step guide.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Calculating a Least Squares Regression Line: Equation, Example, Explanation If you want a simple explanation of how to calculate and draw a line of best fit through your data, read on!
How to Find the Slope of a Line on an Excel Graph. In math and statistics, you may occasionally need to calculate the slope of a line generated by coordinates in the (x,y) format. The slope is a ...
Quadratic equations are polynomials, meaning strings of math terms. An expression like “x + 4” is a polynomial. They can have ...