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:
coefficients

Return the list of coefficients present in the current identity.

variables

Return 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')
__init__(lec: str) Self[source]

Methods

__init__(lec)

copy()

Return a copy of the current Identity.

get_instance()

Attributes

coefficients

Return the list of coefficients present in the current identity.

variables

Return the list of variables present in the identity.