The quantile-estimator Reference Manual
This is the quantile-estimator Reference Manual, version 0.0.1,
generated automatically by Declt version 4.0 beta 2 "William Riker"
on Tue Jul 15 06:21:10 2025 GMT+0.
2 Systems
The main system appears first, followed by any subsystem dependency.
2.1 quantile-estimator
Implementation of Graham Cormode and S. Muthukrishnan’s
Effective Computation of Biased Quantiles over Data Streams in ICDE’05
- Author
Ilya Khaprov <ilya.kharpov@publitechs.com>
- License
MIT
- Version
0.0.1
- Dependency
alexandria (system).
- Source
quantile-estimator.asd.
- Child Component
src (module).
3 Modules
Modules are listed depth-first from the system components tree.
4 Files
Files are sorted by type and then listed depth-first from the systems
components trees.
5 Packages
Packages are listed by definition order.
5.1 quantile-estimator
- Source
package.lisp.
- Use List
-
- Public Interface
-
- Internals
-
6 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
Appendix A Indexes
A.2 Functions
| |
|
| ( | | |
| (setf estimator-observations): | | Public generic functions |
| (setf estimator-observations): | | Public generic functions |
| (setf estimator-sum): | | Public generic functions |
| (setf estimator-sum): | | Public generic functions |
| (setf sample-delta): | | Private generic functions |
| (setf sample-delta): | | Private generic functions |
| (setf sample-rank): | | Private generic functions |
| (setf sample-rank): | | Private generic functions |
| (setf sample-successor): | | Private generic functions |
| (setf sample-successor): | | Private generic functions |
| (setf sample-value): | | Private generic functions |
| (setf sample-value): | | Private generic functions |
|
| E | | |
| estimator-invariants: | | Public generic functions |
| estimator-invariants: | | Public generic functions |
| estimator-observations: | | Public generic functions |
| estimator-observations: | | Public generic functions |
| estimator-sum: | | Public generic functions |
| estimator-sum: | | Public generic functions |
| estimator.compress: | | Private ordinary functions |
| estimator.flush: | | Private ordinary functions |
| estimator.invariant: | | Private ordinary functions |
| estimator.observe: | | Public ordinary functions |
| estimator.query: | | Public ordinary functions |
| estimator.replace-batch: | | Private ordinary functions |
|
| F | | |
| Function, estimator.compress: | | Private ordinary functions |
| Function, estimator.flush: | | Private ordinary functions |
| Function, estimator.invariant: | | Private ordinary functions |
| Function, estimator.observe: | | Public ordinary functions |
| Function, estimator.query: | | Public ordinary functions |
| Function, estimator.replace-batch: | | Private ordinary functions |
| Function, make-estimator: | | Public ordinary functions |
| Function, make-quantile: | | Public ordinary functions |
| Function, make-sample: | | Private ordinary functions |
| Function, quantile.delta: | | Public ordinary functions |
|
| G | | |
| Generic Function, (setf estimator-observations): | | Public generic functions |
| Generic Function, (setf estimator-sum): | | Public generic functions |
| Generic Function, (setf sample-delta): | | Private generic functions |
| Generic Function, (setf sample-rank): | | Private generic functions |
| Generic Function, (setf sample-successor): | | Private generic functions |
| Generic Function, (setf sample-value): | | Private generic functions |
| Generic Function, estimator-invariants: | | Public generic functions |
| Generic Function, estimator-observations: | | Public generic functions |
| Generic Function, estimator-sum: | | Public generic functions |
| Generic Function, quantile-inaccuracy: | | Public generic functions |
| Generic Function, quantile-quantile: | | Public generic functions |
| Generic Function, sample-delta: | | Private generic functions |
| Generic Function, sample-rank: | | Private generic functions |
| Generic Function, sample-successor: | | Private generic functions |
| Generic Function, sample-value: | | Private generic functions |
|
| M | | |
| make-estimator: | | Public ordinary functions |
| make-quantile: | | Public ordinary functions |
| make-sample: | | Private ordinary functions |
| Method, (setf estimator-observations): | | Public generic functions |
| Method, (setf estimator-sum): | | Public generic functions |
| Method, (setf sample-delta): | | Private generic functions |
| Method, (setf sample-rank): | | Private generic functions |
| Method, (setf sample-successor): | | Private generic functions |
| Method, (setf sample-value): | | Private generic functions |
| Method, estimator-invariants: | | Public generic functions |
| Method, estimator-observations: | | Public generic functions |
| Method, estimator-sum: | | Public generic functions |
| Method, quantile-inaccuracy: | | Public generic functions |
| Method, quantile-quantile: | | Public generic functions |
| Method, sample-delta: | | Private generic functions |
| Method, sample-rank: | | Private generic functions |
| Method, sample-successor: | | Private generic functions |
| Method, sample-value: | | Private generic functions |
|
| Q | | |
| quantile-inaccuracy: | | Public generic functions |
| quantile-inaccuracy: | | Public generic functions |
| quantile-quantile: | | Public generic functions |
| quantile-quantile: | | Public generic functions |
| quantile.delta: | | Public ordinary functions |
|
| S | | |
| sample-delta: | | Private generic functions |
| sample-delta: | | Private generic functions |
| sample-rank: | | Private generic functions |
| sample-rank: | | Private generic functions |
| sample-successor: | | Private generic functions |
| sample-successor: | | Private generic functions |
| sample-value: | | Private generic functions |
| sample-value: | | Private generic functions |
|
A.3 Variables
| |
|
| + | | |
| +buffer-size+: | | Private constants |
|
| B | | |
| buffer: | | Private classes |
| buffer-pos: | | Private classes |
|
| C | | |
| coefficient_i: | | Private classes |
| coefficient_ii: | | Private classes |
| Constant, +buffer-size+: | | Private constants |
|
| D | | |
| delta: | | Private classes |
|
| H | | |
| head: | | Private classes |
|
| I | | |
| inaccuracy: | | Private classes |
| invariants: | | Private classes |
|
| O | | |
| observations: | | Private classes |
|
| Q | | |
| quantile: | | Private classes |
|
| R | | |
| rank: | | Private classes |
|
| S | | |
| Slot, buffer: | | Private classes |
| Slot, buffer-pos: | | Private classes |
| Slot, coefficient_i: | | Private classes |
| Slot, coefficient_ii: | | Private classes |
| Slot, delta: | | Private classes |
| Slot, head: | | Private classes |
| Slot, inaccuracy: | | Private classes |
| Slot, invariants: | | Private classes |
| Slot, observations: | | Private classes |
| Slot, quantile: | | Private classes |
| Slot, rank: | | Private classes |
| Slot, successor: | | Private classes |
| Slot, sum: | | Private classes |
| Slot, value: | | Private classes |
| successor: | | Private classes |
| sum: | | Private classes |
|
| V | | |
| value: | | Private classes |
|
A.4 Data types
| |
|
| C | | |
| Class, estimator: | | Private classes |
| Class, quantile: | | Private classes |
| Class, sample: | | Private classes |
|
| E | | |
| estimator: | | Private classes |
| estimator.lisp: | | The quantile-estimator/src/estimator․lisp file |
|
| F | | |
| File, estimator.lisp: | | The quantile-estimator/src/estimator․lisp file |
| File, package.lisp: | | The quantile-estimator/src/package․lisp file |
| File, quantile-estimator.asd: | | The quantile-estimator/quantile-estimator․asd file |
| File, quantile.lisp: | | The quantile-estimator/src/quantile․lisp file |
|
| M | | |
| Module, src: | | The quantile-estimator/src module |
|
| P | | |
| Package, quantile-estimator: | | The quantile-estimator package |
| package.lisp: | | The quantile-estimator/src/package․lisp file |
|
| Q | | |
| quantile: | | Private classes |
| quantile-estimator: | | The quantile-estimator system |
| quantile-estimator: | | The quantile-estimator package |
| quantile-estimator.asd: | | The quantile-estimator/quantile-estimator․asd file |
| quantile.lisp: | | The quantile-estimator/src/quantile․lisp file |
|
| S | | |
| sample: | | Private classes |
| src: | | The quantile-estimator/src module |
| System, quantile-estimator: | | The quantile-estimator system |
|