Description Usage Arguments Details Value Examples
Calculate the Kolmogorov-Chaitin complexity of a string
1 |
x |
character string. |
block_size |
block size required to estimate the Kolmogorov-Chaitin complexity of |
offset |
offset required to estimate the Kolmogorov-Chaitin complexity of |
base |
number of symbols in the alphabet over which |
This function gives an estimation of the Kolmogorov-Chaitin complexity of a string using the 1-dimensional Block Decomposition Method (BDM).
A number corresponding to the estimated Kolmogorov-Chaitin complexity of the input string.
1 2 3 4 5 | ## Not run:
bin_string <- "1001010101000010101001"
bdm1D(bin_string, 12, 11, 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.