the cross-section module in the hm depends mainly on statsmodels which is not used anywhere else in the package and it is better to move the cross-section statistical derivation to the statista package
[hapi] Hapi/hm/crosssection.py (Lines 8-13)
from statsmodels import api as sm
class CrossSections:
"""Cross-Section class."""
Open in IDE · Open on GitHub
Created from JetBrains using CodeStream
the cross-section module in the hm depends mainly on statsmodels which is not used anywhere else in the package and it is better to move the cross-section statistical derivation to the statista package
[hapi] Hapi/hm/crosssection.py (Lines 8-13)
Open in IDE · Open on GitHub
Created from JetBrains using CodeStream