Package jline.inference.api
Class Infer_fluid_ps_rt_likelihoodKt
-
- All Implemented Interfaces:
public final class Infer_fluid_ps_rt_likelihoodKt
-
-
Method Summary
Modifier and Type Method Description final static FluidPsRtResultinfer_fluid_ps_rt_likelihood(NetworkStruct sn, Integer taggedClass)Fluid-based response time likelihood. final static Doubleinfer_fluid_ps_rt_solve(FluidPsRtResult result, Matrix y0Levels, Double Rsampled, Integer taggedClass)Solve the fluid ODE and compute response time likelihood. -
-
Method Detail
-
infer_fluid_ps_rt_likelihood
final static FluidPsRtResult infer_fluid_ps_rt_likelihood(NetworkStruct sn, Integer taggedClass)
Fluid-based response time likelihood.
Builds an augmented model with tagged class K+1 by expanding the NetworkStruct arrays, then constructs a fluid ODE system for computing the response time likelihood.
Uses the routing table sn.rt for general M-station routing and builds phase-aware q_indices from service distributions.
- Parameters:
sn- NetworkStruct (from model.taggedClass- class index of the tagged job (0-based)- Returns:
FluidPsRtResult with ODE handle and indexing info
-
infer_fluid_ps_rt_solve
final static Double infer_fluid_ps_rt_solve(FluidPsRtResult result, Matrix y0Levels, Double Rsampled, Integer taggedClass)
Solve the fluid ODE and compute response time likelihood.
- Parameters:
result- pre-built FluidPsRtResulty0Levels- M x K matrix of fluid levels per station per classRsampled- observed response timetaggedClass- tagged class index (0-based)- Returns:
likelihood value
-
-
-
-