Package: acss 0.2-5
acss: Algorithmic Complexity for Short Strings
Main functionality is to provide the algorithmic complexity for short strings, an approximation of the Kolmogorov Complexity of a short string using the coding theorem method (see ?acss). The database containing the complexity is provided in the data only package acss.data, this package provides functions accessing the data such as prob_random returning the posterior probability that a given string was produced by a random process. In addition, two traditional (but problematic) measures of complexity are also provided: entropy and change complexity.
Authors:
acss_0.2-5.tar.gz
acss_0.2-5.tar.gz(r-4.5-noble)acss_0.2-5.tar.gz(r-4.4-noble)
acss_0.2-5.tgz(r-4.4-emscripten)acss_0.2-5.tgz(r-4.3-emscripten)
acss.pdf |acss.html✨
acss/json (API)
NEWS
# Install 'acss' in R: |
install.packages('acss', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- exp1 - Data from Experiment 1 in Gauvrit, Singmann, Soler-Toscano & Zenil
- exp2 - Data from Experiment 2 in Gauvrit, Singmann, Soler-Toscano & Zenil
- matthews2013 - Data from Experiment 1 in Matthews
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 10 years agofrom:641825c3ec. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
Exports:acssalternationschange_complexitycount_classentropyentropy2likelihood_dlikelihood_ratiolocal_complexitynormalize_stringprob_random
Readme and manuals
Help Manual
Help page | Topics |
---|---|
ACSS complexity | acss likelihood_d likelihood_ratio local_complexity prob_random |
Standard measures of complexity for strings | change_complexity entropy entropy2 |
Data from Experiment 1 in Gauvrit, Singmann, Soler-Toscano & Zenil | exp1 |
Data from Experiment 2 in Gauvrit, Singmann, Soler-Toscano & Zenil | exp2 |
Data from Experiment 1 in Matthews (2013) | matthews2013 |
Helper functions for calculating cognitive complexity. | alternations count_class normalize_string |