I'm looking to generate some statistics about a model I created in python. I'd like to generate the t-test on it, but was wondering if there was an easy way to do this with numpy/scipy. Are there any good explanations around?
For example, I have three related datasets that look like this:
[55.0, 55.0, 47.0, 47.0, 55.0, 55.0, 55.0, 63.0]
Now, I would like to do the student's t-test on them.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…