Uses of Class
jline.lang.processes.BMAP
Packages that use BMAP
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
-
Uses of BMAP in jline.lang.processes
Methods in jline.lang.processes that return BMAPModifier and TypeMethodDescriptionstatic BMAPBMAP.fromMAPWithBatchPMF(Matrix D0, Matrix D1, int[] batchSizes, double[] pmf) Factory method to create BMAP from a base MAP and batch size distribution Given a base MAP (D0_base, D1_base) for inter-batch arrivals and a batch size distribution, constructs the BMAP by scaling: Dk = D1_base * pmf[k-1]