Metadata-Version: 2.1
Name: MASA
Version: 1.2
Summary: Statistical package focused on linear regression and statistical testing.
Home-page: https://github.com/nick12221/Mathematical-and-Statistical-Analytics
Author: Nick Pettit
Author-email: nickpettit12321@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: PyObjC ; platform_system == "Darwin"
Requires-Dist: PyGObject ; platform_system == "Linux"

## **Overview**

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.


