mars0i / free

Experiments with free energy/prediction error minimization
GNU General Public License v3.0
5 stars 2 forks source link

What is equivalent of minimum value for sigma in matrix mode? #7

Open mars0i opened 8 years ago

mars0i commented 8 years ago

That sigma's determinant > 0 (or > than some larger number)? This should at least be required, since otherwise division by zero is possible. But should sigma also be positive definite? Currently I don't limit the value of sigma, so you just have to stop the simulation before it gets below zero and makes things wacky.