Learn R Programming

⚠️There's a newer version (0.2-5) of this package.Take me there.

acss (version 0.1-1)

Algorithmic Complexity for Short Strings

Description

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 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.

Copy Link

Version

Install

install.packages('acss')

Monthly Downloads

664

Version

0.1-1

License

GPL (>= 2)

Maintainer

Henrik Singmann

Last Published

April 6th, 2014

Functions in acss (0.1-1)

acss

ACSS complexity
entropy

Standard measures of complexity for strings
normalize_string

Helper functions for calculating cognitive complexity.