LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::trace::TraceGammaResult< T > Struct Template Reference

Return value of trace_gamma, mirroring [GAMMA, RHO0, RESIDUALS]. More...

#include <line/api/trace/trace_gamma.h>

Collaboration diagram for line::trace::TraceGammaResult< T >:

Public Attributes

gamma
 best decay rate on the grid
rho0
 (1 - 1/scv)/2, the GE-type lag-0 amplitude
residuals
 sum of squared deviations from the fitted model

Detailed Description

template<class T>
struct line::trace::TraceGammaResult< T >

Return value of trace_gamma, mirroring [GAMMA, RHO0, RESIDUALS].

Definition at line 56 of file trace_gamma.h.

Member Data Documentation

◆ gamma

template<class T>
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().

◆ residuals

template<class T>
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().

◆ rho0

template<class T>
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().


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