DeConveil 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
DeConveil/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+ from .dds import deconveil_fit
2
+ from .inference import Inference
3
+ from .default_inference import DefInference
4
+ from .ds import deconveil_stats
5
+ from .grid_search import grid_fit_shrink_beta
6
+
7
+