10 lines
233 B
Python
10 lines
233 B
Python
"""
|
|
Tools for nonparametric statistics, mainly density estimation and regression.
|
|
|
|
For an overview of this module, see docs/source/nonparametric.rst
|
|
"""
|
|
|
|
from statsmodels.tools._test_runner import PytestTester
|
|
|
|
test = PytestTester()
|