![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Return value of trace_gamma, mirroring [GAMMA, RHO0, RESIDUALS]. More...
#include <line/api/trace/trace_gamma.h>
Public Attributes | |
| T | gamma |
| best decay rate on the grid | |
| T | rho0 |
| (1 - 1/scv)/2, the GE-type lag-0 amplitude | |
| T | residuals |
| sum of squared deviations from the fitted model | |
Return value of trace_gamma, mirroring [GAMMA, RHO0, RESIDUALS].
Definition at line 56 of file trace_gamma.h.
| T line::trace::TraceGammaResult< T >::gamma |
best decay rate on the grid
Definition at line 57 of file trace_gamma.h.
Referenced by line::trace::trace_gamma().
| T line::trace::TraceGammaResult< T >::residuals |
sum of squared deviations from the fitted model
Definition at line 59 of file trace_gamma.h.
Referenced by line::trace::trace_gamma().
| T line::trace::TraceGammaResult< T >::rho0 |
(1 - 1/scv)/2, the GE-type lag-0 amplitude
Definition at line 58 of file trace_gamma.h.
Referenced by line::trace::trace_gamma().