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

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.

Detailed Description

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

Lower and upper BCa endpoints of each descriptor, and the point estimate.

Definition at line 65 of file mtrace_bootstrap.h.

Member Data Documentation

◆ blocks

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

◆ estimate

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

◆ lower

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

◆ upper

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


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