Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.73 KB

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

  • Calculates R^2, p value, and standard error of a linear fitting.
  • 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.