time_series
Plots time series.
plot_time_series
plot_time_series(
sdat: StagyyData,
names: Sequence[Sequence[Sequence[str]]],
conf: Config | None = None,
) -> None
Plot requested time series.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sdat
|
StagyyData
|
a |
required |
names
|
Sequence[Sequence[Sequence[str]]]
|
time series names organized by figures, plots and subplots. |
required |
conf
|
Config | None
|
configuration. |
None
|
compstat
compstat(
sdat: StagyyData,
*names: str,
tstart: float | None = None,
tend: float | None = None
) -> DataFrame
Compute statistics from series output by StagYY.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sdat
|
StagyyData
|
a |
required |
names
|
str
|
variables whose statistics should be computed. |
()
|
tstart
|
float | None
|
starting time. Set to None to start at the beginning of available data. |
None
|
tend
|
float | None
|
ending time. Set to None to stop at the end of available data. |
None
|
Returns:
| Type | Description |
|---|---|
DataFrame
|
statistics. |