| Suppose I have some input vector(s) of scientific data. Assuming I at least know which ones are completely independent, and have some other(s) of which dependence is uncertain; what are some good sage functions to throw at the vector(s) to check for basic statistical parity/significance? I know this question is very broad, so it's a basic howto rhetorical question. A continuous or discrete first order relationship is a fine intro; though more complex scenarios tend to be interesting. |
| Hello, Depending on what you mean by "scientific data" the answer would be different. If they are in a finite set say {True, False} then you can make a chi^2 test. If they are infinite but can be ordinate then you can perform a Mann-Whitney (or Wilcoxon or Wilcoxon-Mann-Whitney) test... In the two preceding cases you should use R (which is included in Sage) which is a toolbox for statistics. More precisely you can look at (the r. means that you will use R) |
Asked: Aug 29 '10
Seen: 187 times
Last updated: Aug 30 '10
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.