Metadata-Version: 2.4
Name: metrics-miscellany
Version: 0.3.3
Summary: Miscellaneous code for estimation involving pandas dataframes.
License: CC-BY-NC-SA-4.0
License-File: LICENSE.txt
Author: Ethan Ligon
Author-email: ligon@berkeley.edu
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: datamat (>=0.2.0a1)
Requires-Dist: ipython (>=8.26,<9.0)
Requires-Dist: numpy (>=1.25,<2.0)
Requires-Dist: pandas (>=1.5)
Requires-Dist: scipy (>=1.9,<2.0)
Description-Content-Type: text/plain

Code implementing various statistical and econometric tools, developed haphazardly.  Hence the "miscellany".

Key ideas that motivate this collection:
   1. Input and output dataframes or series, or (better!) DataMats and DataVecs from the [[https://github.com/ligon/DataMat][datamat]] project.
   2. Provide clear, clean, integrated tests of estimators.
   3. Adopt semantics similar to the mathematical description of the estimation or inference problem.

See [[file:docs/index.org][docs/index.org]] for contributor guides, release checklists, and automation notes.

