Presentation is loading. Please wait.

Presentation is loading. Please wait.

大規模なこと Large scale.

Similar presentations


Presentation on theme: "大規模なこと Large scale."— Presentation transcript:

1 大規模なこと Large scale

2 均一分布 Uniform distribution
X<-runif(N) plot(X) plot(sort(X)) plot(ppoints(N,a=0),sort(X))

3 均一分布からのk個の乱数の最小値はどれくらい小さいか How small is the smallest value in k random values from uniform distribution?

4 N<-1000 M<-1000 Xs<-matrix(runif(N*M),N,M) Mins<-apply(Xs,1,min) plot(density(Mins)) abline(v=mean(Mins))

5 このグラフをどう読む How do you read this graph?

6 plot(sort(Mins)) abline(h=mean(Mins))

7 同じデータからの2つのグラフ Two graphs from one data

8 マルチプルテスティング Multiple testing

9 Bonferroni’s method Sidak’s family-wise error rate

10 ペアワイズ Pair-wise L(A,B) N*(N-1)/2 2つのものA,Bの間に定められる量
A value is defined between two items, A and B N*(N-1)/2

11 ペアワイズでない比較 Non-pairwise comparison
3要素の比較 Three items to be compared ABC 0 0 0 N1 0 0 1 N2 0 1 0 N3 0 1 1 N4 1 0 0 N5 1 0 1 N6 1 1 0 N7 1 1 1 N8 AB 0 0 N1+N2 0 1 N3+N4 1 0 N5+N6 1 1 N7+N8 BC 0 0 N1+N5 0 1 N2+N6 1 0 N3+N7 1 1 N4+N8 CA 0 0 N1+N3 0 1 N2+N4 1 0 N5+N7 1 1 N6+N8

12 ペアワイズでない比較 Non-pairwise comparison
3要素の比較 Three items to be compared ABC 0 0 0 0.125 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 ABC 0 0 0 0.25 0 0 1 0 1 0 0 1 1 0. 25 1 0 0 1 0 1 1 1 0 1 1 1 AB 0 0 0.25 0 1 1 0 1 1 BC 0 0 0.25 0 1 1 0 1 1 CA 0 0 0.25 0 1 1 0 1 1

13 関係はいくつある How many “RELATIONS”?

14 対立仮説が正しいとき When alternative hypothesis is true
非心カイ自乗分布 Non-central chi-square distribution 1 additional parameter

15 強弱いろいろな対立仮説が成り立つとき When alternative hypotheses with various strength are true
No. parameter is 1.

16 たくさんの仮説が正しいとき When many alternative hypotheses are true
False Discovery Rate


Download ppt "大規模なこと Large scale."

Similar presentations


Ads by Google