Statistical checks for regression, covariance, etc?

i like this post (click again to cancel)
0
i dont like this post (click again to cancel)

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.

asked Aug 29 '10

ccanonc gravatar image ccanonc
477 3 15 32
i like this answer (click again to cancel)
1
i dont like this answer (click again to cancel) ccanonc has selected this answer as correct

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

sage: r.chisq_test?
sage: r.wilcox_test?

(the r. means that you will use R)

link

posted Aug 30 '10

vdelecroix gravatar image vdelecroix
1038 4 16 30

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

1 follower

Tags:

Stats:

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.