온도 T가 주어진 상황에서,입자가 에너지 E를 가질 확률은 Boltzmann’s Factor에 비례(통계물리학).
이를 식으로 나타내면 다음과 같음.
P(E,T)∝Exp(−EKBoltzmannT)=1Exp(EKBoltzmannT)
- 위 식에서, KBoltzmann은 Boltzmann Constant이며 KBoltzmann=RNA로서 ideal gas constant R과 아보가드로수 NA의 비(ratio)임.
- R=8.314472 이며 unit은 JKmol임.
ideal gas에서 기체분자의 에너지 E=KE=12mv2으로 나타나므로, 온도 T가 주어진 상황에서 이상기체분자의 속도가 v인 확률을 나타내는데에도 사용가능함.
P(v,T)∝Exp(−EKboltzmannT)∝Exp(−KEKboltzmannT)∝Exp(−12mv2KboltzmannT)

참고
- 이같은 확률분포를 따르는 경우에, Boltzmann’s distribution을 확률분포로 가진다고도 애기함.
- Machine Learning에서 Boltzmann Machine이나 Restricted Boltzmann Machine에서도 사용됨.
- 이때 사용되는 Boltzmann’s Distribution은 다음과 같음.
\begin{aligned}P(\textbf{x}|\boldsymbol{\theta})&=\dfrac{e^{-\Phi(\textbf{x}|\boldsymbol{\theta})}}{Z(\boldsymbol{\theta})}\\&=\dfrac{1}{Z(\boldsymbol{\theta})}\text{Exp}\left(-\Phi(\textbf{x},\boldsymbol{\theta})\right)\end{aligned}
where
- \Phi is an Energy Function.
- Z is an Partial Function for Normalization.
Reference
http://hyperphysics.phy-astr.gsu.edu/hbase/quantum/disfcn.html
Distribution functions for identical particles
The Maxwell-Boltzmann Distribution The Maxwell-Boltzmann distribution is the classical distribution function for distribution of an amount of energy between identical but distinguishable particles. Besides the presumption of distinguishability, classical s
hyperphysics.phy-astr.gsu.edu
'Computer > ETC' 카테고리의 다른 글
[Etc] Chrome Remote Desktop으로 원격지원 받기. (0) | 2022.12.28 |
---|---|
Round-off Error vs. Truncation Error (0) | 2022.09.22 |
[ML] Newton-Raphson Method (1) | 2022.06.07 |
[ML] From softmax to logistic function. (0) | 2022.06.06 |
[linux] 명령어 : linux 배포판 및 버전 등을 확인하기 (0) | 2022.05.18 |