-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Scheda 7] Esercizio 9 #54
Comments
Non capisco perché hai usato una variabile binomiale, perché va usata nelle estrazioni senza reinserimento. In questo caso sarebbe corretto se avessi usato una variabile ipergeometrica. Se vuoi confrontare i risultati a me viene: |
La mia soluzione:
|
A me tornano tutti tranne la varianza. Che calcolo hai fatto? |
Var( X ) = E( X^2 ) - E( X )^2 = 8/15 * 1 + 4/30 * 4 - (12/15)^2 = 16/15 - 144/225 = (240-144) / 225 = 32/75 |
The text was updated successfully, but these errors were encountered: