LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::api::FluidRtLikelihood Struct Reference

What the fluid likelihood call reports. More...

#include <line/api/infer/infer_fmlps.h>

Public Attributes

double like = 0.0
 the passage-time density at the observed time
double marked0 = 0.0
 the marked mass placed at t = 0
double markedT = 0.0
 what is left of it at the observed time
std::size_t nstates = 0
 size of the augmented system

Detailed Description

What the fluid likelihood call reports.

Definition at line 72 of file infer_fmlps.h.

Member Data Documentation

◆ like

double line::api::FluidRtLikelihood::like = 0.0

the passage-time density at the observed time

Definition at line 73 of file infer_fmlps.h.

Referenced by line::api::infer_fluid_ps_rt_likelihood(), and line::api::infer_fmlps().

◆ marked0

double line::api::FluidRtLikelihood::marked0 = 0.0

the marked mass placed at t = 0

Definition at line 74 of file infer_fmlps.h.

Referenced by line::api::infer_fluid_ps_rt_likelihood().

◆ markedT

double line::api::FluidRtLikelihood::markedT = 0.0

what is left of it at the observed time

Definition at line 75 of file infer_fmlps.h.

Referenced by line::api::infer_fluid_ps_rt_likelihood().

◆ nstates

std::size_t line::api::FluidRtLikelihood::nstates = 0

size of the augmented system

Definition at line 76 of file infer_fmlps.h.

Referenced by line::api::infer_fluid_ps_rt_likelihood().


The documentation for this struct was generated from the following file: