pywhy_graphs.classes.timeseries.StationaryTimeSeriesMixedEdgeGraph#
- class pywhy_graphs.classes.timeseries.StationaryTimeSeriesMixedEdgeGraph(graphs=None, edge_types=None, max_lag: int | None = None, **attr)[source]#
A mixed-edge causal graph for stationary time-series.
- Parameters:
- graphsList of Graph | DiGraph
A list of networkx single-edge graphs.
- edge_typesList of str
A list of names for each edge type.
- max_lagint, optional
The maximum lag, by default None.
- attrkeyword arguments, optional (default= no attributes)
Attributes to add to graph as key=value pairs.