https://github.com/LMJL-Alea/ktest
Tip revision: 22cae05f12a38dc5fe4f3d95b3c3b4eb424fd5bd authored by AnthoOzier on 15 February 2024, 13:00:17 UTC
numpy gère mieux les quantiles
numpy gère mieux les quantiles
Tip revision: 22cae05
README.md
# ktest
This package implements kernel tests
## Python package
See [`python`](./python) directory.
```python
pip install ktest@git+https://github.com/AnthoOzier/ktest@main#subdirectory=python
```
## R package
See [`r-pkg`](./r-pkg) directory.
```r
remotes::install_github("AnthoOzier/ktest", ref = "rktest_dev", subdir = "r-pkg")
```
