![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Batched-quantile statistics of one sample path. More...
#include <line/api/sim/sim_sts_quantile_areas.h>
Public Attributes | |
| std::vector< T > | areas |
| b signed STS areas A_p(w;j,m) | |
| std::vector< T > | bqe |
| b batched quantile estimators yhat_p(j,m) | |
| T | quantile |
| Full-sample empirical p-quantile ytilde_p(n). | |
| T | Ap |
| Batched STS area estimator A_p(w;b,m). | |
| T | Np |
| NBQ variance-parameter estimator N_p(b,m), NaN at b = 1. | |
| T | Vp |
| Combined variance-parameter estimator, NaN at b = 1. | |
| std::size_t | b = 0 |
| Batch count. | |
| std::size_t | m = 0 |
| Batch size. | |
| std::size_t | n = 0 |
| Number of observations used, b*m. | |
Batched-quantile statistics of one sample path.
Definition at line 71 of file sim_sts_quantile_areas.h.
| T line::sim::StsQuantileStats< T >::Ap |
Batched STS area estimator A_p(w;b,m).
Definition at line 75 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().
| std::vector<T> line::sim::StsQuantileStats< T >::areas |
b signed STS areas A_p(w;j,m)
Definition at line 72 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().
| std::size_t line::sim::StsQuantileStats< T >::b = 0 |
Batch count.
Definition at line 78 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_sts_quantile_areas().
| std::vector<T> line::sim::StsQuantileStats< T >::bqe |
b batched quantile estimators yhat_p(j,m)
Definition at line 73 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().
| std::size_t line::sim::StsQuantileStats< T >::m = 0 |
Batch size.
Definition at line 79 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_sts_quantile_areas().
| std::size_t line::sim::StsQuantileStats< T >::n = 0 |
Number of observations used, b*m.
Definition at line 80 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().
| T line::sim::StsQuantileStats< T >::Np |
NBQ variance-parameter estimator N_p(b,m), NaN at b = 1.
Definition at line 76 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().
| T line::sim::StsQuantileStats< T >::quantile |
Full-sample empirical p-quantile ytilde_p(n).
Definition at line 74 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().
| T line::sim::StsQuantileStats< T >::Vp |
Combined variance-parameter estimator, NaN at b = 1.
Definition at line 77 of file sim_sts_quantile_areas.h.
Referenced by line::sim::sim_firquest(), line::sim::sim_fquest(), and line::sim::sim_sts_quantile_areas().