Package jline.api.pfqn.nc
Class Pfqn_grnmolKt
-
- All Implemented Interfaces:
public final class Pfqn_grnmolKt
-
-
Method Summary
Modifier and Type Method Description final static Doublepfqn_grnmol(Matrix L, Matrix N)Compute the normalizing constant using Grundmann-Moeller quadrature -
-
Method Detail
-
pfqn_grnmol
final static Double pfqn_grnmol(Matrix L, Matrix N)
Compute the normalizing constant using Grundmann-Moeller quadrature
- Parameters:
L-service demand matrix (M x R)
N-population vector (1 x R)
- Returns:
G - normalizing constant
-
-
-
-