.. Copyright (c) 2010 Oliver Beckstein .. Licence: Modified BSD :Author: Oliver Beckstein :Year: 2010 :Licence: Modified BSD ============================================== :mod:`numkit` --- Numerical analysis toolkit ============================================== A collection of functions and classes built on top of NumPy and SciPy to aid the numerical analysis of data. It is geared towards the use of data coming from molecular simulations, namely time series. It is used in :mod:`gromacs.analysis`. .. SeeAlso:: Core functionality is based on SciPy_ (:mod:`scipy` module). .. _SciPy: http://www.scipy.org/ Contents: .. toctree:: :maxdepth: 2 numkit/fitting numkit/timeseries numkit/integration numkit/observables