iode.Identity
- class iode.Identity(lec: str)[source]
IODE Identities are formulas (LEC expressions) used to construct series based on other variables. The name of an identity is the one of the series that will be built.
- Parameters:
- lec: str
formula (LEC expression) used to construct a series.
- Attributes:
coefficientsReturn the list of coefficients present in the current identity.
variablesReturn the list of variables present in the identity.
Methods
copy()Return a copy of the current Identity.
get_instance
Examples
>>> from iode import Identity >>> idt = Identity("FLG/VBBP") >>> idt Identity('FLG/VBBP')
Methods
__init__(lec)copy()Return a copy of the current Identity.
get_instance()Attributes
Return the list of coefficients present in the current identity.
Return the list of variables present in the identity.