com.meliorbis.economics.model.ModelUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ModelSolver Show documentation
Show all versions of ModelSolver Show documentation
A library for solving economic models, particularly
macroeconomic models with heterogeneous agents who have model-consistent
expectations
/**
*
*/
package com.meliorbis.economics.model;
/**
* Utility methods for dealing with models
*
* @author Tobias Grasl
*/
public abstract class ModelUtils
{
// Prevent construction
private ModelUtils(){}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy