Skip to content

Commit 7182721

Browse files
Update Cap12
1 parent a8da58a commit 7182721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cap12/03-Normal.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ getwd()
2626
# superior da distribuição normal.
2727
?pnorm
2828

29+
# A função tem este formato: pnorm(q, mean=0, sd=1) # Distribuição de Probabilidade Cumulativa
30+
# Retorna P (X <= q), onde X é uma variável aleatória da distribuição normal especificada.
2931
# A porcentagem de alunos com pontuação de 84 ou mais no vestibular é de 21,5%.
3032
pnorm(84, mean = 72, sd = 15.2, lower.tail = FALSE)
3133

0 commit comments

Comments
 (0)