File "lib/stat_lists.pl"[download]
in pack: | statistics |
---|---|
Prolog module: | stat_lists |
size: | 5036 |
Recent changes
8 years ago | Jacco van Ossenbruggen | avoid expensive append when computing list_fiv ...HEAD -> master |
11 years ago | Jan Wielemaker | ADDED: list_five_number_summary/2. Jacco van ... |
14 years ago | Jan Wielemaker | MODIFIED: Split list_standard_deviation/2 into ... |
14 years ago | Jan Wielemaker | ADDED: list_standard_deviation/2. |
14 years ago | Jan Wielemaker | First version of the statistics library |
This file requires
- From the Prolog library
- library(lists) resolved by
- lists.pl: nth0/3, nth1/3
- library(error) resolved by
- error.pl: domain_error/2
- library(lists) resolved by
This file is used by
- facet.pl from package isearch
- ag_stats.pl from package amalgame
- scheme_stats.pl from package amalgame
Exported predicates
- list_population_standard_deviation/2
- list_mean/2
- list_five_number_summary/2
- list_variance/2
- list_sample_standard_deviation/2
Required predicates
- domain_error/2 from library(error)
- sumlist/2 autoloaded
- debug/3 autoloaded
- nth0/3 from library(lists)
- nth1/3 from library(lists)