![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
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 | |
What the fluid likelihood call reports.
Definition at line 72 of file infer_fmlps.h.
| 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().
| 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().
| 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().
| 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().