中央極限定理 (Casella and Berger, 1990)
從平均數為
因此,
http://thchou.blogspot.tw/2008/09/hypothesis-testing.html?m=1
在 理論計算機科學中, CAP定理(CAP theorem), 又被稱作 布魯爾定理(Brewer's theorem), 它指出對於一個 分布式計算系統 來說,不可能同時滿足以下三點:
- Consistency: 一致性 (所有節點在同一時間具有相同的數據) (all nodes see the same data at the same time)
- Availability: 可用性 (保證每個請求不管成功或者失敗都有響應) (a guarantee that every request receives a response about whether it was successful or failed)
- Partition tolerance: 分隔容忍 (系統中任意信息的丟失或失敗不會影響系統的繼續運作) (the system continues to operate despite arbitrary message loss or failure of part of the system)
根據定理,分佈式系統只能滿足三項中的兩項而不可能滿足全部三項。
LDR r0, = 0x1001
LDR r1, [r0]
LDRB r1, [r0];//Load 1 byte from addressLDR r0,= 0x1002
LDRH r1,[r0]; //Load half word from 0x1002
![]() |
K=3 時, 鄰居有3人, 新加入的綠色應為 紅色三角形 那一群 |