Packages

Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics.

Current section

Files

Jump to
viva_math include viva_math@precision_Moments.hrl
Raw

include/viva_math@precision_Moments.hrl

-record(moments, {
count :: integer(),
mean :: float(),
m2 :: float(),
m3 :: float(),
m4 :: float()
}).