probtorch / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Home Page:http://pytorch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement .mean() methods

fritzo opened this issue · comments

Let's have mean, stddev and variance, I've already implemented this, but I'm lacking tests. I'll probably write a test suite called TestAgainstScipy that compares log pdf, entropy, mean, stddev, variance with scipy implementations