Metadata-Version: 2.1
Name: nbi-stat
Version: 0.6
Summary: Statistics tools for teaching at NBI
Home-page: https://cholmcc.gitlab.io/nbi-python/statistics/#Statistik
Author: Christian Holm Christensen
Author-email: cholmcc@gmail.com
License: GPL
Project-URL: Documentation, https://cholmcc.gitlab.io/nbi-python/statistics/nbi_stat
Project-URL: Source Code, https://gitlab.com/cholmcc/nbi_python
Keywords: Niels Bohr Institute,Physics,Statistics,Fitting,Rounding,Histogram,Random distribution,Visualizing,Tabulating
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16)
Requires-Dist: scipy (>=1.3)
Requires-Dist: matplotlib (>=3.0)

# Statistical tools for teaching at NBI 

This package extends some of the existing tools in
[_NumPy_](https://numpy.org) and [_SciPy_](https://scipy.org) with
some useful features designed to make life easier for the students at
the Niels Bohr Institute. 

## Topics

- Reporting scientific results, including proper rounding 
- Tabulation of data useful in Jupyter Notebooks 
- Visualisation of data in 1 and many dimensions 
- Robust calculations of sample means, variances, and covariances, for
  unweighted and weighted samples.  For weighted samples, both
  _frequency_ and _non_-frequency weights are supported. 
- Histogramming 
- Sampling of arbitrary PDFs 
- Curve fitting using 
  - Linear least squares 
  - Non-linear least squares 
  - Maximum likelihood estimates 
- Representation of fit confidence contours 

## Examples of use 

[This
notebook](https://cholmcc.gitlab.io/nbi-python/statistics/#nbi_stat_exa)
gives examples of use. 

## Booklet on Statistics with Python 

The booklet [Statistics Overview - With
Python](https://cholmcc.gitlab.io/nbi-python/statistics/#Statistik)
lays out much of the theoretical foundation for the tools available. 

## Application Programming Interface Documentation 

The API is
[documented](https://cholmcc.gitlab.io/nbi-python/statistics/nbi_stat). 

2019 © _Christian Holm Christensen_


