An open API service indexing awesome lists of open source software.

https://github.com/kamadak/fiml-py

Full information maximum likelihood estimator of mean/cov in Python
https://github.com/kamadak/fiml-py

fiml math numpy python

Last synced: 10 months ago
JSON representation

Full information maximum likelihood estimator of mean/cov in Python

Awesome Lists containing this project

README

          

Full Information Maximum Likelihood for Python
----------------------------------------------

This is a Python/NumPy implementation of full information maximum
likelihood (FIML) method to estimate the mean and the covariance of
data with missing values.

Prerequisites
-------------

NumPy and SciPy are required to run this software.

Caveats
-------

The input data must not contain linearly dependent variables.