https://github.com/erictleung/miscstats
:game_die: Python package, notes, and scripts on mathematical statistics, statistical methods, and probability
https://github.com/erictleung/miscstats
probability r statistics
Last synced: about 1 month ago
JSON representation
:game_die: Python package, notes, and scripts on mathematical statistics, statistical methods, and probability
- Host: GitHub
- URL: https://github.com/erictleung/miscstats
- Owner: erictleung
- License: mit
- Created: 2016-02-10T20:29:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T08:11:24.000Z (over 6 years ago)
- Last Synced: 2025-02-16T07:56:37.424Z (over 1 year ago)
- Topics: probability, r, statistics
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
miscstats
===============================
> Python package to reimplement statistical functions in R's
> [`stats` package](https://stat.ethz.ch/R-manual/R-devel/library/stats/html/00Index.html).
Overview
--------
Python package, notes, and scripts on mathematical statistics, statistical
methods, and probability
Motivation
----------
Previously, this repository contained notes and some R code to learn
probability and statistics. However, taking notes is a relatively passive
activity. Meanwhile, creating something is a lot more engaging and functional.
So I've decided to reborn this repository into one that reimplements
statistical and probability functions commonly found in R.
Installation / Usage
--------------------
To install use pip:
$ pip install miscstats
Or clone the repo:
$ git clone https://github.com/erictleung/miscstats.git
$ python setup.py install
Contributing
------------
TBD
Example
-------
TBD
License
-------
MIT