Metadata-Version: 2.1
Name: MASA
Version: 1.1
Summary: Statistical package focused on linear regression and statistics.
Home-page: https://github.com/nick12221/Mathematical-and-Statistical-Analytics
Author: Nick Pettit
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

## **Intro**

Hi Everyone!

This repository contains a statistical software package written in Cython. All matrix algebra and statistical formulas are coded by hand, leveraging Cython's static variable declaration and memory views for more efficient operations.

My Auto Linear Transformation (ALTOLS) algorithm is also included in this package. While the traditional OLS approach assumes all independent variables have a linear relationship with the response variable, this tests for non linear relationships to see if this leads to an improvement in model performance. 

Full documentation is available in the package with the help command.


