frites.core.mi_1d_gg#
- frites.core.mi_1d_gg(x, y, biascorrect=True, demeaned=False)[source]#
Mutual information (MI) between two Gaussian variables in bits.
I = mi_gg(x,y) returns the MI between two (possibly multidimensional) Gaussian variables, x and y, with bias correction.
- Parameters:
- Returns:
- i
float Information shared by x and y (in bits)
- i