- TI nspire
[TI-nspire] 통계 - normCdf 누적분포함수, 정규분포 문제 풀이, feat. binomcdf
1. 정규분포
normCdf(lowBound,upBound[,μ[,σ]]) ⇒
number if lowBound and upBound are numbers, list if lowBound and upBound are lists
Computes the normal distribution probability between lowBound and upBound for the specified μ (default=0) and σ (default=1).
For P(X ≤ upBound), set lowBound = -9E999.
문제 출처 : http://math7.tistory.com/49
1. 평균 800, 표준편차 40 정규분포 x≤750 일 확률?
normCdf(−∞,750,800,40)
= normCdf(−∞,−1.25,0,1) = normCdf(−∞,−1.25)
= 0.10564983896266
2. 평균 11, 분산 16 정규분포 20 ≤ x 일 확률?
normCdf(20,∞,11,√(16))
= normCdf(2.25,∞,0,1) = normCdf(2.25,∞)
= 0.012224433401682
3. 평균 70, 표준편차 8 정규분포 80 ≤ x ≤ 90 학생의 비율?
normCdf(80,90,70,8)
= normCdf(1.25,2.5,0,1) = normCdf(1.25,2.5)
= 0.099440159109161
※ 표준화 하지 않아도, 계산기로 즉시 결과를 구할 수 있다.
표준화하는 이유는 표준화되지 않은 확률밀도함수를 매번 적분하기가 까다로워서인데, 계산기는 매번 적분하는데 큰 무리가 없기 때문에 굳이 표준화하는 수고를 거칠 필요가 없음. (맞나?)
2. 이항분포 vs 정규분포
문제 출처 : http://suhak.tistory.com/110
1. 검은 공 1 + 흰 공 3 인 주머니에서 공을 꺼내보고 다시 넣는다. 192회 시행시 검은 공이 48번 이상 60번 이하 나올 확률은?
└ 정규분포와 이항분포는 가까울 뿐, 똑같지는 않다!
2. 주사위 450회 던질 때 3의 배수가 나온 횟수가 130회 이상 170회 이하일 확률?
3. 주의
normCDF() 계산 결과값에 오차가 조금 있는 듯 합니다.
세상의모든계산기 님의 최근 댓글
참고 https://allcalc.org/52065 TI NSPIRE CX CAS 복소수 관련 문제 문의 드립니다. 2025 09.28 Rectangular 설정시 ▶Polar 2025 09.28 Real or Cpmplex Format : Polar 설정시 2025 09.28 비교 AC-68U[ ID] Interval Transfer Bandwidth[ 4] 0.00-10.00 sec 475 MBytes 398 Mbits/sec sender[ 4] 0.00-10.00 sec 475 MBytes 398 Mbits/sec receiver 2025 09.24 비교 : AC-68U [ ID] Interval Transfer Bandwidth [ 4] 0.00-10.01 sec 65.0 MBytes 54.5 Mbits/sec sender [ 4] 0.00-10.01 sec 65.0 MBytes 54.5 Mbits/sec receiver 이상해서 다시 접속 C:\iperf-3.1.3-win64>iperf3.exe -c 192.168.68.36 -p 5000 -t 10 -f m -i 2 Connecting to host 192.168.68.36, port 5000 [ 4] local 192.168.68.217 port 12792 connected to 192.168.68.36 port 5000 [ ID] Interval Transfer Bandwidth [ 4] 0.00-2.00 sec 22.4 MBytes 93.7 Mbits/sec [ 4] 2.00-4.00 sec 24.5 MBytes 103 Mbits/sec [ 4] 4.00-6.00 sec 23.6 MBytes 98.9 Mbits/sec [ 4] 6.00-8.01 sec 24.2 MBytes 101 Mbits/sec [ 4] 8.01-10.00 sec 24.1 MBytes 102 Mbits/sec - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bandwidth [ 4] 0.00-10.00 sec 119 MBytes 99.7 Mbits/sec sender [ 4] 0.00-10.00 sec 119 MBytes 99.7 Mbits/sec receiver * 공유기 2.4G 연결된 장치가 많아서 연결속도/다운속도가 떨어지는 것이 아닌가 합니다. 2025 09.24