![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Outcome of the KS test. More...
#include <line/api/infer/infer_nhpp_ks.h>
Public Attributes | |
| T | statistic |
| the KS distance | |
| T | pvalue |
| asymptotic p-value | |
| std::size_t | n = 0 |
| number of arrivals used | |
| std::vector< T > | uniforms |
| after the conditional-uniform transformation | |
| std::vector< T > | transformed |
| after the Durbin step, for the Lewis test | |
Outcome of the KS test.
Definition at line 56 of file infer_nhpp_ks.h.
| std::size_t line::infer::NhppKsResult< T >::n = 0 |
number of arrivals used
Definition at line 59 of file infer_nhpp_ks.h.
Referenced by line::infer::infer_nhpp_ks().
| T line::infer::NhppKsResult< T >::pvalue |
asymptotic p-value
Definition at line 58 of file infer_nhpp_ks.h.
Referenced by line::infer::infer_nhpp_ks().
| T line::infer::NhppKsResult< T >::statistic |
the KS distance
Definition at line 57 of file infer_nhpp_ks.h.
Referenced by line::infer::infer_nhpp_ks().
| std::vector<T> line::infer::NhppKsResult< T >::transformed |
after the Durbin step, for the Lewis test
Definition at line 61 of file infer_nhpp_ks.h.
Referenced by line::infer::infer_nhpp_ks().
| std::vector<T> line::infer::NhppKsResult< T >::uniforms |
after the conditional-uniform transformation
Definition at line 60 of file infer_nhpp_ks.h.
Referenced by line::infer::infer_nhpp_ks().