# Functions
ApproximateConvergence approximates the convergence of a series.
CalculateConvergence calculates the convergence of a series.
NewLinearRegression creates a new LinearRegression.
# Structs
LinearRegression is a struct that holds the equation of a linear regression.
# Interfaces
Serieser is an interface for series.