Class Pfqn_cftp.PfqnCftpReturn

java.lang.Object
jline.api.pfqn.Pfqn_cftp.PfqnCftpReturn
Enclosing class:
Pfqn_cftp

public static final class Pfqn_cftp.PfqnCftpReturn extends Object
Result holder mirroring the MATLAB [Q,X,T] return of pfqn_cftp.
  • Field Details

    • Q

      public final Matrix Q
      Empirical mean queue length per station (1 x M).
    • X

      public final Matrix X
      Sampled states, one per row (nsamples x M), each row sums to N.
    • T

      public final Matrix T
      Per-sample coalescence horizon ('cftp') or mixing steps ('approx') (nsamples x 1).
  • Constructor Details