Talk:Welch's t-test: Difference between revisions

(cannot run python libraries)
Line 1,250:
 
--[[User:Hailholyghost|Hailholyghost]] ([[User talk:Hailholyghost|talk]]) 15:11, 16 March 2018 (UTC)
:Can you post your own program that attempts to use these libraries? Does it fail when you only import the lib? If not, does the following fail?
 
<pre>
import numpy as np
a = np.array([1,2,3],dtype=float)
np.sum(a)
</pre>
 
[[User:Eoraptor|Eoraptor]] ([[User talk:Eoraptor|talk]]) 17:54, 16 March 2018 (UTC)
1,336

edits