초기하분포 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 29일 (월) 19:33 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
HyperGeometric( <Population Size>, <Number of Successes>, <Sample Size>)
Returns a bar graph of a Hypergeometric distribution.
Parameters:
Population size: number of balls in the urn
Number of Successes: number of white balls in the urn
Sample Size: number of balls drawn from the urn

The bar graph shows the probability function of the number of white balls in the sample.

HyperGeometric( <Population Size>, <Number of Successes>, <Sample Size>, <Boolean Cumulative> )
Returns a bar graph of a Hypergeometric distribution when Cumulative = false.
Returns the graph of a cumulative Hypergeometric distribution when Cumulative = true.
First three parameters are same as above.
HyperGeometric( <Population Size>, <Number of Successes>, <Sample Size>, <Variable Value>, <Boolean Cumulative> )
Let X be a Hypergeometric random variable and v the variable value.
Returns P( X = v) when Cumulative = false.
Returns P( X ≤ v) when Cumulative = true.
First three parameters are same as above.

CAS Syntax

In the Menu view cas.svg CAS View you can use only the following syntax:

HyperGeometric( <Population Size>, <Number of Successes>, <Sample Size>, <Variable Value>, <Boolean Cumulative> )
Let X be a Hypergeometric random variable and v the variable value.
Returns P( X = v) when Cumulative = false.
Returns P( X ≤ v) when Cumulative = true.
The first three parameters are the same as above.
예:
Assume you select two balls out of ten balls, two of which are white, without putting any back.
  • HyperGeometric(10, 2, 2, 0, false) yields \frac{28}{45}, the probability of selecting zero white balls,
  • HyperGeometric(10, 2, 2, 1, false) yields \frac{16}{45}, the probability of selecting one white ball,
  • HyperGeometric(10, 2, 2, 2, false) yields \frac{1}{45}, the probability of selecting both white balls,
  • HyperGeometric(10, 2, 2, 3, false) yields 0, the probability of selecting three white balls.
  • HyperGeometric(10, 2, 2, 0, true) yields \frac{28}{45}, the probability of selecting zero (or less) white balls,
  • HyperGeometric(10, 2, 2, 1, true) yields \frac{44}{45}, the probability of selecting one or less white balls,
  • HyperGeometric(10, 2, 2, 2, true) yields 1, the probability of selecting two or less white balls and
  • HyperGeometric(10, 2, 2, 3, true) yields 1, the probability of selecting three or less white balls.
© 2024 International GeoGebra Institute