Documentation ¶ Index ¶ func MI(channel Matrix, p Vector) Scalar func Run(channel Matrix, p_init Vector, steps int, args ...interface{}) Vector func RunNaive(channel [][]float64, p_init []float64, steps int, args ...interface{}) []float64 type Hook type HookNaive type Lambda Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MI ¶ func MI(channel Matrix, p Vector) Scalar func Run ¶ func Run(channel Matrix, p_init Vector, steps int, args ...interface{}) Vector func RunNaive ¶ func RunNaive(channel [][]float64, p_init []float64, steps int, args ...interface{}) []float64 Types ¶ type Hook ¶ type Hook struct { Value func(Vector, Scalar) bool } type HookNaive ¶ type HookNaive struct { Value func([]float64, float64) bool } type Lambda ¶ type Lambda struct { Value float64 } Source Files ¶ View all Source files blahut.goblahut_mi.goblahut_naive.goblahut_options.goblahut_utility.go Directories ¶ Show internal Expand all Path Synopsis blahut-R Click to show internal directories. Click to hide internal directories.