Other packages > Find by keyword >

multicool  

Permutations of Multisets in Cool-Lex Order
View on CRAN: Click here


Download and install multicool package within the R console
Install from CRAN:
install.packages("multicool")

Install from Github:
library("remotes")
install_github("cran/multicool")

Install by package version:
library("remotes")
install_version("multicool", "1.0.1")



Attach the package and use:
library("multicool")
Maintained by
James Curran
[Scholar Profile | Author Map]
First Published: 2011-11-15
Latest Update: 2024-02-05
Description:
A set of tools to permute multisets without loops or hash tables and to generate integer partitions. The permutation functions are based on C code from Aaron Williams. Cool-lex order is similar to colexicographical order. The algorithm is described in Williams, A. Loopless Generation of Multiset Permutations by Prefix Shifts. SODA 2009, Symposium on Discrete Algorithms, New York, United States. The permutation code is distributed without restrictions. The code for stable and efficient computation of multinomial coefficients comes from Dave Barber. The code can be download from and is distributed without conditions. The package also generates the integer partitions of a positive, non-zero integer n. The C++ code for this is based on Python code from Jerome Kelleher which can be found here . The C++ code and Python code are distributed without conditions.
How to cite:
James Curran (2011). multicool: Permutations of Multisets in Cool-Lex Order. R package version 1.0.1, https://cran.r-project.org/web/packages/multicool. Accessed 31 Mar. 2025.
Previous versions and publish date:
0.1-1 (2011-11-15 07:49), 0.1-2 (2013-07-10 07:33), 0.1-5 (2015-02-26 07:21), 0.1-6 (2015-04-28 09:03), 0.1-7 (2015-08-17 07:53), 0.1-8 (2015-10-22 08:24), 0.1-9 (2015-10-28 18:39), 0.1-10 (2016-11-25 23:05), 0.1-11 (2019-12-05 09:00), 0.1-12 (2021-06-29 06:50), 1.0.0 (2023-12-02 12:00)
Other packages that cited multicool R package
View multicool citation profile
Other R packages that multicool depends, imports, suggests or enhances
Complete documentation for multicool
Functions, R codes and Examples using the multicool R package
Some associated functions: Bell . Stirling2 . allPerm . genComp . initMC . multinom . nextPerm . 
Some associated R codes: RcppExports.R . Stirling2.R . allPerm.R . genComp.R . multinom.R . nextPerm.R . zzz.R .  Full multicool package functions and examples
Downloads during the last 30 days
03/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/30Downloads for multicool500600700800900100011001200130014001500TrendBars

Today's Hot Picks in Authors and Packages

bodycomp  
Percent Body Fat Values Using Anthropometric Prediction Equations
Skinfold measurements is one of the most popular and practical methods for estimating percent body f ...
Download / Learn more Package Citations See dependency  
surveillance  
Temporal and Spatio-Temporal Modeling and Monitoring of Epidemic Phenomena
Statistical methods for the modeling and monitoring of time series of counts, proportions and catego ...
Download / Learn more Package Citations See dependency  
equivUMP  
Uniformly Most Powerful Invariant Tests of Equivalence
Implementation of uniformly most powerful invariant equivalence tests for one- and two-sample probl ...
Download / Learn more Package Citations See dependency  
popbio  
Construction and Analysis of Matrix Population Models
Construct and analyze projection matrix models from a demography study of marked individuals classif ...
Download / Learn more Package Citations See dependency  
tclust  
Robust Trimmed Clustering
Provides functions for robust trimmed clustering. The methods are described in Garcia-Escudero (200 ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA