Package jline.api.pfqn.ld
Class Pfqn_cdfunKt
-
- All Implemented Interfaces:
public final class Pfqn_cdfunKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixpfqn_cdfun(Matrix nvec, List<SerializableFunction<Matrix, Double>> cdscaling, Integer M)Evaluate class-dependent (CD) scaling function -
-
Method Detail
-
pfqn_cdfun
final static Matrix pfqn_cdfun(Matrix nvec, List<SerializableFunction<Matrix, Double>> cdscaling, Integer M)
Evaluate class-dependent (CD) scaling function
- Parameters:
nvec- Per-class queue-length values.cdscaling- CD functions indexed by station index, or null if noneM- Number of stations- Returns:
matrix of scaling factors
-
-
-
-