파스칼분포 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Pascal( <n>, <p> )
Returns a bar graph of a Pascal distribution.

The Pascal distribution models the number of failures before the nth success in repeated mutually independent Bernoulli trials, each with probability of success p.

Pascal( <n>, <p>, <Boolean Cumulative> )
Returns a bar graph of a Pascal distribution when Cumulative = false.
Returns a graph of a cumulative Pascal distribution when Cumulative = true.
First two parameters are same as above.
Pascal( <n>, <p>, <Variable Value>, <Boolean Cumulative> )
Let X be a Pascal random variable and v the variable value.
Returns P( X = v) when Cumulative = false.
Returns P( X ≤ v) when Cumulative = true.
First two parameters are same as above.
노트: This command also works in the Menu view cas.svg CAS View.
예:
If the number of independent Bernoulli trials that must be successful is n = 1, the probability of success in one trial is p = \frac{1}{6}, then the probability of 2 failures before the success is given by
Pascal(1, 1/6, 2, false) which yields 0.12 in the Menu view algebra.svg Algebra View and 25/216 in the Menu view cas.svg CAS View.
© 2024 International GeoGebra Institute