![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Lower and upper BCa endpoints of each descriptor, and the point estimate. More...
#include <line/api/trace/mtrace_bootstrap.h>
Public Attributes | |
| std::vector< T > | estimate |
| the statistic on the whole trace | |
| std::vector< T > | lower |
| lower confidence limit, same layout | |
| std::vector< T > | upper |
| upper confidence limit, same layout | |
| std::size_t | blocks = 0 |
| BN, the number of blocks resampled. | |
Lower and upper BCa endpoints of each descriptor, and the point estimate.
Definition at line 65 of file mtrace_bootstrap.h.
| std::size_t line::trace::MtraceBootstrapResult< T >::blocks = 0 |
BN, the number of blocks resampled.
Definition at line 69 of file mtrace_bootstrap.h.
Referenced by line::trace::mtrace_bootstrap().
| std::vector<T> line::trace::MtraceBootstrapResult< T >::estimate |
the statistic on the whole trace
Definition at line 66 of file mtrace_bootstrap.h.
Referenced by line::trace::mtrace_bootstrap().
| std::vector<T> line::trace::MtraceBootstrapResult< T >::lower |
lower confidence limit, same layout
Definition at line 67 of file mtrace_bootstrap.h.
Referenced by line::trace::mtrace_bootstrap().
| std::vector<T> line::trace::MtraceBootstrapResult< T >::upper |
upper confidence limit, same layout
Definition at line 68 of file mtrace_bootstrap.h.
Referenced by line::trace::mtrace_bootstrap().