| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.94.0/docs/handbook/_sources/libraries/statistics.rst.txt |
.. _library_statistics:
statistics
The entities in this library define some useful predicates for
descriptive statistics. Data is represented as a list of numbers
(integers or floats). Use the object sample of your data represents
a sample. Use the object population if your data represents a
population.
Open the `../../apis/library_index.html#statistics <../../apis/library_index.html#statistics>`__ link in a web browser.
To load all entities in this library, load the loader.lgt file:
::
| ?- logtalk_load(statistics(loader)).
To test this library predicates, load the tester.lgt file:
::
| ?- logtalk_load(statistics(tester)).