a2rl.utils.markovian_matrix#

a2rl.utils.markovian_matrix(df, lags=10)[source]#

Test for the key MDP properties based on their conditional entropies.

Parameters:
  • df (WiDataFrame) – a discretized dataframe.

  • lags (int) – the number of distinct lags (0 to lags-1) to test.

Returns:

dataframe with the results of various tests

Return type:

df