SurprisalAnalysis Module

Types

Type Description

SAResult

Summary type for the results of applying Surprisal Analysis to a dataset

Functions and values

Function or value Description

compute A

Full Usage: compute A

Parameters:
Returns: SAResult

performs Surprisal Analysis on the input matrix A. For meaningfull results, A should be of the following form: The rows contain measurements for a single unique entity,

corresponding to timepoints represented by the columns

A : Matrix<float>
Returns: SAResult

getDiagonalEnergyData saRes

Full Usage: getDiagonalEnergyData saRes

Parameters:
Returns: float[]
saRes : SAResult
Returns: float[]

getEnergyLandscapeData saRes

Full Usage: getEnergyLandscapeData saRes

Parameters:
Returns: float[][]
saRes : SAResult
Returns: float[][]