I am completely new to python and trying to debug a code which needs to be re-written in C. This might be a very silly question. I came across this statement
result[i, j] = arr[i:j+1].var() * (j-i)
I just couldn't find the documentation of this var() method even after googling out. Can some one tell me what exactly does it mean?