1function
RD = getCdfPT(self, R)
2%
RD = GETCDFPT(R) Returns cumulative distribution function of steady-state
5% Backward-compatible name
for getCdfPassT, to which
this delegates. See
6% getCdfPassT
for the contract.
8% @param self SolverFLD instance
9% @param R (optional) Response time computation handles
11% @
return RD {nstations x nclasses} cell array of [n x 2] matrices holding
12% CDF values and
the corresponding passage times
14% @see getCdfPassT - Steady-state passage time distribution
16% Copyright (c) 2012-2026, Imperial College London
20 RD = self.getCdfPassT();
22 RD = self.getCdfPassT(R);