texlive-statistics 2025.2
Compute and typeset statistics tables and graphics
The statistics
package can compute and typeset statistics like frequency tables, cumulative distribution functions (increasing or decreasing, in frequency or absolute count domain), from the counts of individual values, or ranges, or even the raw value list with repetitions. It can also compute and draw a bar diagram in case of individual values, or, when the data repartition is known from ranges, an histogram or the continuous cumulative distribution function. You can ask statistics
to display no result, selective results or all of them. Similarly statistics
can draw only some parts of the graphs.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/statistics
- Licenses: GPL 3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-statistics 2025.2
as follows:
guix install texlive-statistics@2025.2
Or install the latest version:
guix install texlive-statistics
The texlive-statistics
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-statistics:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.