Package jline.api.pfqn.ld
Class Pfqn_convKt
-
- All Implemented Interfaces:
public final class Pfqn_convKt
-
-
Method Summary
-
-
Method Detail
-
pfqn_conv
final static DoubleArray pfqn_conv(Matrix L, IntArray N, DoubleArray Z, Matrix mu, List<List<Matrix>> ljcdscaling, List<Matrix> ljcdcutoffs)
Multichain convolution for LJCD networks.
- Parameters:
L- Service demand matrix (M x R)N- Population vector (1 x R), must be finiteZ- Think time vector (1 x R), or nullmu- Load-dependent rate matrix (M x sum(N)), or null for LIljcdscaling- List of per-station LJCD tables; ljcdscalingr is the linearized scaling table for station ist and class rljcdcutoffs- List of per-station cutoff vectors- Returns:
Pair(G, lG) where G = normalizing constant G(N), lG = ln(G)
-
-
-
-