Documentation
Functions
LempelZiv.lempel_ziv_complexity
— Method.lempel_ziv_complexity(binary_sequence)
Returns the Lempel-Ziv complexity for a binary sequence, in naive Julia code.
How to use it? From Julia, it's easy:
julia> using LempelZiv
julia> s = "1001111011000010"
julia> LempelZiv.lempel_ziv_complexity(s) # 1 / 0 / 01 / 1110 / 1100 / 0010
6
MIT Licensed (C) 2017 Lilian Besson (Naereen) See Naereen/LempelZiv.jl