blockchain

Definition of probability variables

Random Variables

definition of RV(확률변수)

RV : real numbers

mapping을 통해 만들어진다.

mapping each outcome of random experiment to a real value

tossing a coin

X : H = 1

X : T = 0

1,0 등의 정의는 마음대로

P(H)=P(1)=1/2

P(T)=P(0)=1/2

이제 확률(P)을 함수처럼 사용한다.

A를 이벤트->확률변수

tossing two coin

RV : #of heads

o => {TT} => P(0) = P({TT}) = 1/4

1 => {HT,TH} => P(1) = P({HT,TH}) = 1/2

2 => {HH} = P(2) = P({HH}) = 1/4

by the conventional notation

RV : X,Y,Z (대문자)

a specific(fixed) value of X : x,y,z

Event defined by notation

let Ax be an event

w=outcome

두 개의 코인을 던질 때,

Distribution Function

for an RV X, real value x

cumulative distribution function (cdf)

확률값을 더해나간다. (누적확률)

다음이 성립하면 위 식의 equal이 성립한다.

무한 대입

확률 변수가 무한대보다 작거나 같을 확률(모든 real-number 포함)=1

equality의 유무에 따라서 복잡해진다.

REF

http://alfredessa.com/2017/11/cumulative-distribution-function-what-it-is-and-why-its-important-part-i/