modelmacrograb module

Created on Sun Jun 19 14:43:37 2022

grab a world bank macromodel using modelnormalize and not modelmanipulation

@author: ibhan

class modelmacrograb.GrabMacroModel(inputfrml: any = '', modelname: str = 'macromodel', make_fitted: bool = True, add_add_factor: bool = True, debug: bool = True)[source]

Bases: object

This class takes a world bank model specification, variable data and variable description and transform it to ModelFlow business language

inputfrml: any = ''
modelname: str = 'macromodel'
make_fitted: bool = True
add_add_factor: bool = True
debug: bool = True