1function ProbSysAggr = getProbSysAggr(self)
2% PROBSYSAGGR = GETPROBSYSAGGR()
3% Aggregated joint system-state probability. For LDES trajectories are already
4% per-
class, so
this equals getProbSys(). Fully JSON-mediated. Mirrors
the
5% Python-native getProbSysAggr().
6ProbSysAggr = self.getProbSys();