Skip to content

Commit 53c00eb

Browse files
committed
Improve docstring of StrongStationarityProperty
1 parent 23a7de0 commit 53c00eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/unit/aggregation/_property_testers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ def _assert_linear_under_scaling_property(
112112

113113
class StrongStationarityProperty:
114114
"""
115-
This class tests empirically that a given `Aggregator` satisfies the strong stationarity property.
115+
This class tests empirically that a given `Aggregator` is strongly stationary property.
116+
117+
An aggregator `A` is strongly stationary if for any matrix `J` with `A(J)=0`, `J` is stationary,
118+
i.e., there exists `0<w` such that `J^T w=0`.
116119
"""
117120

118121
@classmethod

0 commit comments

Comments
 (0)