Random

Random은 주로 "non-determinstic인 패턴 또는 순서" 없이 결과가 발생하는 것을 의미하는 경우가 많다.

 

Deterministc인 경우,

  • function (or differential equation) 등을 이용한 모델링을 통해,
  • inputs 에 대한 결과(output)을 정확히 구할 수 있지만,

Random의 경우에는

  • 같은 inputs에 대해서도 다른 결과가 나올 수 있다.

 

Random과 유사한 용어가 Stochastic이 있으며, 이 경우 결과 예측이 확정적이 아닌 확률로써 구해짐.

아주 엄밀하게 정의하는 경우,

  • Random은 아예 완전히 무작위적으로 예측이 불가 한 경우를,
  • Stochastic은 결과가 특정 probability distribution을 따르는 경우
    • stochastic에서는 모든 가능한 경우들에 대해 각각의 확률을 구할 수 있음.
  • Deterministicinput과 output간의 mapping을 확정적으로 구할 수 있는 경우

들로 나누어 지정함.

 

단, 대부분의 공학적 또는 확률/통계적인 접근을 하는 경우에는

Random과 Stochastic 모두
probability distribution으로
모델링하여 결과를 예측하는 경우를 가르킨다.

 

참고로,

  • 물리학 또는 공학 등에서는 Deterministic model이 많이 이용되는 반면,
  • 금융이나 생물학 등에서는 Random model이 많이 이용된다.

다음 URLs은 Random이라는 용어를 이해를 도울 수 있는 관련 용어들에 대한 설명을 담고 있음.

 

2023.03.09 - [.../Math] - [Math] Random Variable

 

[Math] Random Variable

Random variable(확률변수)란 sample space의 event (=subset of sample space)들에 어떤 실수나 정수 등의 숫자에 mapping한 것을 가르킨다. "Random process 나 Random trial”에서 일정한 확률을 가지고 발생하는 event들

dsaint31.tistory.com

 

https://dsaint31.tistory.com/529

 

[SS] Deterministic signal vs. Random signal

Deterministic signal 미리 독립변수에 대한 값이 결정되어 있는 신호 (함수로 표현 가능). Standard filter or Gaussian func. 같이 수식 혹은 표 등으로 명확하게 표현됨 입출력 관계가 결정적(=명확히 정해짐)

dsaint31.tistory.com

 

2022.10.14 - [.../Math] - [Math] Random Experiment (확률 실험, Trial, 시행)와 Event

 

[Math] Random Experiment (확률 실험, Trial, 시행)와 Event

다음과 같은 속성을 지닌 자연·사회현상에 대한 관찰이나 인위적인 실험 및 Trial(시행) 실험의 결과(=event)는 미리 알 수 없다.(실험 및 시도를 해서 관측해야 알 수 있음) 단, 실험에서 일어날 수

dsaint31.tistory.com

2024.02.23 - [.../Math] - [Math] Random Sampling

 

[Math] Random Sampling

Random Sampling은 다음을 가르킴. Population(모집단)에서 element를 각각 무작위(random)로 선택하여 얻는 sampling method(샘플링, 표본추출)을 가르킴. Statstics에서 일반적으로 "제한된 수의 sample들로 계산한

dsaint31.tistory.com

2022.10.14 - [.../Math] - [Math] Definition : Random Process

 

[Math] Definition : Random Process

Random process(랜덤 프로세스)는 어떤 parameter로 인덱스(index)된 random variable의 모임 보통 무한개의 random variable들로 구성된 sequence임 set과 달리, index를 가지고 있다는 차이점을 가짐 (순서가 의미를

dsaint31.tistory.com

2024.04.18 - [.../Math] - [Math] Probability Distribution

 

[Math] Probability Distribution

Probability Distribution Probability Distribution은 특정 random variable(확률 변수)이 취할 수 있는 각각의 값에 대한 확률을 나타내는 분포임. Probability Distribution Function으로 기술되며, random variable이 어떤 값을

dsaint31.tistory.com

 

반응형

+ Recent posts