Type: Package Package: XOMultinom Title: Exact Distributions of Some Functions of the Ordered Multinomial Counts Version: 0.9.0-2 Date: 2026-07-20 Authors@R: c( person("Sergio", "Venturini", , "sergio.venturini@unicatt.it", role = c("aut", "cre")), person("Marco", "Bonetti", , "marco.bonetti@unibocconi.it", role = "ctb") ) Maintainer: Sergio Venturini Description: Implements exact algorithms for computing the distributions of the maximum, the minimum, the range, and the sum of the J largest order statistics of a multinomial random vector. Two complementary algorithm families are provided: the recursive tree-traversal method of Bonetti, Cirillo, and Ogay (2019) , which covers all four statistics under the equiprobable hypothesis; and the stochastic matrix method of Corrado (2011) , which handles the maximum, minimum, and range for arbitrary probability vectors. Functions for power evaluation and sample size determination for goodness-of-fit tests based on these order statistics are also provided. Computationally intensive routines are implemented in 'C++' for efficiency. License: GPL-3 URL: https://github.com/sergioventurini/XOMultinom BugReports: https://github.com/sergioventurini/XOMultinom/issues Depends: R (>= 3.6.0), utils Imports: ggplot2 (>= 3.5.1), graphics, methods, Rcpp, rlang, stats, tools LinkingTo: Rcpp, RcppProgress Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Repository: https://sergioventurini.r-universe.dev Date/Publication: 2026-07-20 12:28:39 UTC RemoteUrl: https://github.com/sergioventurini/xomultinom RemoteRef: HEAD RemoteSha: 81b0744f88cbd55c92c6b478c8cf257c5f7851cb NeedsCompilation: yes Packaged: 2026-07-20 13:47:31 UTC; root Author: Sergio Venturini [aut, cre], Marco Bonetti [ctb]