An open API service indexing awesome lists of open source software.

https://github.com/andrewrgarcia/sigmapython

Refactoring statistics code from the graveyard (2020). This repository formerly known as 'statistics'
https://github.com/andrewrgarcia/sigmapython

Last synced: about 1 month ago
JSON representation

Refactoring statistics code from the graveyard (2020). This repository formerly known as 'statistics'

Awesome Lists containing this project

README

        

# A Simple Open-Source Statistics Rep.
## Andrew Garcia
drawing

Welcome to the statistics repository! Some changes have been made to streamline the user experience. Click on the Jupyter presentations below to get a feel of the scripts and how to use them.

## Histogram Distribution Fitting

#### frame_pdsfit.py
#### pdsfit.py
#### pdsfit_more.py

## Equation Fitting - Local and Global Error Minimization Algorithms
drawing

#### minfit.py
#### basinhopfit.py

## Simple Linear Regression
A simple template for linear fits
- [x] Calculates R^2, p value, and standard error of a linear fitting.
- [x] Example selects data points randomly and performs linear regression thereof:

drawingdrawing

#### linreg.py

## SPSS to CSV Format Converter
Extract SPSS files (.sav) with python / convert to .csv format

* must install pyreadstat:
> pip install pyreadstat

#### spss_convert.py

Copyright 2019 Andrew Garcia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.