6,208 reputation
2792167
bio website
location
age
visits member for 3 years, 9 months
seen 22 hours ago
stats profile views 595

Just a curious self-learner.

Thanks for your enlightenment!


1d
awarded  Notable Question
May
12
awarded  Popular Question
May
10
awarded  Notable Question
May
3
accepted Find the m-th smallest number in Matlab?
May
3
accepted Create a 3-dim matrix from two 2-dim matrices
May
3
asked Find the m-th smallest number in Matlab?
May
3
asked Create a 3-dim matrix from two 2-dim matrices
Apr
29
awarded  Notable Question
Apr
26
awarded  Popular Question
Apr
25
accepted Why is Matlab signrank function returns the same signed rank statistic values when flipping the signs of the data points?
Apr
24
awarded  Famous Question
Apr
23
awarded  Notable Question
Apr
21
comment Does Matlab have a function for Fisher's exact test?
@fpe: No issue. Fisher's exact test isn't rarely used, and I am surprised if Matlab and its toolboxes don't have a function for it.
Apr
21
comment Does Matlab have a function for Fisher's exact test?
@user287107: By third party, I don't count matlab toolboxes as it. If there is a matlab toolbox having Fisher's exact test function, I will be happy to know about that.
Apr
21
asked Does Matlab have a function for Fisher's exact test?
Apr
20
comment Why is Matlab signrank function returns the same signed rank statistic values when flipping the signs of the data points?
Thanks, Stuart! Why does it take absolute value? For z to have asymptotic normality, isn't it that there should be no absolute value taken? Note: Wikipedia also takes absolute value, and we have some discussion at stat.SE, where I tend to agree with Glen_b that there perhaps should be no absolute sign.
Apr
20
accepted How to evaluate emprical cdf at given points in Matlab?
Apr
19
comment Why is Matlab signrank function returns the same signed rank statistic values when flipping the signs of the data points?
Thanks! Actually the statistic is the minimum between the sum of the ranks of positive differences and the sum of the ranks of negative differences. See the source of signrank.m here. I don't understand why it takes the minimum. Do you?
Apr
19
comment Why is Matlab signrank function returns the same signed rank statistic values when flipping the signs of the data points?
Thanks! My question is: even when x is not symmetric around 0, signrank() still returns the same statistic value for both x and -x. so how is the statistic defined in signrank()?
Apr
18
asked Why is Matlab signrank function returns the same signed rank statistic values when flipping the signs of the data points?