A package to estimate local statistical complexity (LSC),
a measure for automated pattern discovery in
spatio-temporal data using optimal predictors (see
References). This package is very tightly linked to the LICORS
package, which can be used to estimate these optimal
predictors and state space from data. The LSC
builds on a known or estimated state space; most
estimation is handled by LICORS (see
?LICORS
).
There are two ways the state space can be represented:
either as a unique state label or as a vector of weights.
These two are the principal arguments in the functions of
this package:
weight.matrix
- an
$N \times K$ matrix, where $N$ are the samples
and $K$ are the states. That is, each row contains a
vector of length $K$ that adds up to one (the mixture
weights).
states
- a vector of length
$N$ with entry $i$ being the label $k = 1,
\ldots, K$ of PLC $i$
This is an early release: some function names and
arguments might/will (slightly) change in the future, so
regularly check with new package updates.