포아송분포 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 29일 (월) 19:36 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Poisson( <Mean> )
Returns a bar graph of a Poisson distribution with given mean λ.
Poisson( <Mean>, <Boolean Cumulative> )
Returns a bar graph of a Poisson distribution when Cumulative = false.
Returns a graph of a cumulative Poisson distribution when Cumulative = true.
The first parameter is same as above.
Poisson( <Mean>, <Variable Value v>, <Boolean Cumulative> )
Let X be a Poisson random variable.
Returns P( X = v) when Cumulative = false.
Returns P( X ≤ v) when Cumulative = true.
First parameter is same as above.
예:
  • Poisson(3, 1, true) yields 0.2 in the Menu view algebra.svg Algebra View and \frac{4}{e³} in the Menu view cas.svg CAS View.
  • Poisson(3, 1, false) yields 0.15 in the Menu view algebra.svg Algebra View and \frac{3}{e³} in the Menu view cas.svg CAS View.
노트: A simplified syntax is available to calculate P(u ≤ X ≤ v): e.g. Poisson(1, 1..5) yields 0.63153, that is the same as Poisson(1, {1, 2, 3, 4, 5}).
© 2024 International GeoGebra Institute