Metadata-Version: 2.4
Name: hpp-statistics
Version: 9.0.2
Summary: Classes for doing statistics.
Requires-Python: >=3.9
License-Expression: BSD-2-Clause
License-File: LICENSE
Requires-Dist: cmeel
Requires-Dist: cmeel-boost ~= 1.90.0
Requires-Dist: hpp-util
Provides-Extra: build
Requires-Dist: cmeel-boost[build] ~= 1.90.0; extra == "build"
Requires-Dist: hpp-util[build]; extra == "build"
Description-Content-Type: text/markdown

# hpp-statistics

[![Building Status](https://travis-ci.org/humanoid-path-planner/hpp-statistics.svg?branch=master)](https://travis-ci.org/humanoid-path-planner/hpp-statistics)
[![Pipeline status](https://gitlab.laas.fr/humanoid-path-planner/hpp-statistics/badges/master/pipeline.svg)](https://gitlab.laas.fr/humanoid-path-planner/hpp-statistics/commits/master)
[![Coverage report](https://gitlab.laas.fr/humanoid-path-planner/hpp-statistics/badges/master/coverage.svg?job=doc-coverage)](https://gepettoweb.laas.fr/doc/humanoid-path-planner/hpp-statistics/master/coverage/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/humanoid-path-planner/hpp-statistics/master.svg)](https://results.pre-commit.ci/latest/github/humanoid-path-planner/hpp-statistics)


This package is part of the [HPP] software and provides a few tools for basic statistics.

### Dependencies

[hpp-statistics] depends on [hpp-util].

### Installation

Make sure you have installed all the dependency.

```sh
git clone --recursive https://github.com/humanoid-path-planner/hpp-statistics
cd hpp-statistics
mkdir build && cd build
cmake ..
make install
```

### Todo's

Nothing is planned yet.
