MaxEnt is a Matlab toolbox for the calculation of maximum entropy distributions and the corresponding statistical samples from a given set of known information.
MaxEnt: Maximum Entropy Code is a user-friendly Matlab package designed for calculating maximum entropy distributions and generating corresponding statistical samples from a given set of known information. The implementation is numerically robust and follows an educational style, making it intuitive and accessible. The package includes examples with representative benchmark tests to illustrate its functionality.
To get started with MaxEnt, follow these steps:
git clone https://github.com/americocunhajr/MaxEnt.git
cd MaxEnt/MaxEnt-1.0
MaxEnt routines are thoroughly commented to explain their functionality. Each routine includes a short description of its purpose and a list of inputs and outputs. Examples with a few, but representative, benchmark tests are provided to illustrate the code’s functionality.
We kindly ask users to cite the following reference in any publications reporting work done with MaxEnt:
@misc{CunhaJr2020MaxEnt,
author = {A. {Cunha~Jr}},
title = { {MaxEnt} - {M}aximum {E}ntropy {C}ode},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://americocunhajr.github.io/MaxEnt}},
}
MaxEnt is released under the MIT license. See the LICENSE file for details. All new contributions must be made under the MIT license.