Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T08:11:24.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T23:04:51.624Z (7 months 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 probabilityMotivation
----------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 installContributing
------------TBD
Example
-------TBD
License
-------MIT