Structure for single-pass estimation of arbitrary quantiles. More...
#include <mirml_nr.h>
Data Fields | |
| int | nbuf |
| Batch size, more is better for accuracy. | |
| int | nq |
| Grid size for p-values, more is better for accuracy. | |
| int | nt |
| Internal parameter. | |
| int | nd |
| Internal parameter. | |
| mirml_vector_t * | pval |
| General purpose array of p-values. | |
| mirml_vector_t * | dbuf |
| Data buffer. | |
| mirml_vector_t * | qile |
| Internal data. | |
| double | q0 |
| Internal parameter. | |
| double | qm |
| Internal parameter. | |
Structure for single-pass estimation of arbitrary quantiles.