gemseo_fmu / disciplines

Hide inherited members

time_series module

Time series.

class gemseo_fmu.disciplines.time_series.TimeSeries(time, observable)[source]

Bases: object

The time series of an observable.

Parameters:
observable: Sequence[float]

The values of the observable associated to the values of the time.

time: Sequence[float]

The increasing values of the time.