Hi,
I am trying to do something with scipy.stats.multivariate_normal in the research framework, but I get
Importing multivariate_normal from scipy.stats raised an ImportError. No modules or attributes with a similar name were found.
which is strange because the version of scipy when I do scipy.version is 0.17.1 and that should contain multivariate_normal as per the official scipy documentation
Can someone please help ?
Thanks