Welcome to GLE_AnalysisEM’s documentation!

This project is implementation of Expectation-Maximization algorithm for the inference of Generalized Langevin Equations. Please refer to https://arxiv.org/abs/2110.04246 for a detailed description of the algorithm.

Note

Installing the library is as simple as running

pip install git+https://github.com/HadrienNU/GLE_AnalysisEM.git

User Guide

API Documentation

Examples