Package jline.api.pfqn.ld
Class Pfqn_cdfun
java.lang.Object
jline.api.pfqn.ld.Pfqn_cdfun
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixpfqn_cdfun(Matrix nvec, List<SerializableFunction<Matrix, Double>> cdscaling, int M) Evaluate class-dependent (CD) scaling function.
-
Method Details
-
pfqn_cdfun
public static Matrix pfqn_cdfun(Matrix nvec, List<SerializableFunction<Matrix, Double>> cdscaling, int M) Evaluate class-dependent (CD) scaling function.- Parameters:
nvec- Per-class queue-length values. The values can be continuous.cdscaling- CD functions indexed by station index, or null if noneM- Number of stations- Returns:
- matrix of scaling factors
-