Package jline.inference.api
Class Infer_fmlpsKt
-
- All Implemented Interfaces:
public final class Infer_fmlpsKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArrayinfer_fmlps(Network model, Queue node, DoubleArray rt, IntArray classVec, Matrix ql, Integer W)FMLPS demand estimation using fluid-based likelihood. -
-
Method Detail
-
infer_fmlps
final static DoubleArray infer_fmlps(Network model, Queue node, DoubleArray rt, IntArray classVec, Matrix ql, Integer W)
FMLPS demand estimation using fluid-based likelihood.
Estimates service demands at a PS queue using the Fluid Maximum Likelihood for Processor Sharing method. Uses sn_set_service_coc for fast parameter updates, avoiding model rebuild in the optimization loop.
Calls infer_fluid_ps_rt_likelihood to build the augmented ODE model, then infer_fluid_ps_rt_solve to compute per-sample likelihoods.
- Parameters:
model- LINE Network model with delay rates set and queue rates to estimatenode- PS queue nodert- response time samples (n x 1)classVec- class of each sample (0-based)ql- queue lengths at arrival (n x R matrix)W- total population (number of threads/jobs)- Returns:
estimated demands (1 x R array)
-
-
-
-