LEZIONE 10 Flashcards

1
Q

Con quale formula si calcola l’indice di eterogeneità di Gini?

  1. (1- sommatoria delle frequenze cumulate al quadrato)
  2. (1- sommatoria delle frequenze assolute al quadrato)
  3. (sommatoria delle frequenze relative al quadrato)
  4. (1- sommatoria delle frequenze relative al quadrato)
A

4
(1- sommatoria delle frequenze relative al quadrato)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Con quale formula si calcola l’indice di eterogeneità di Gini massimo?

  1. IGini max= (n-1)
  2. IGini max= (n-1)/n
  3. IGini max= n(n+1)
  4. IGini max= n+(n-1)
A

2
IGini max= (n-1)/n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Con quale formula si calcola l’indice di eterogeneità di Gini normalizzato?

  1. IGINI (norm)= IGINI/ IGINI (max)= (1+∑f2 i)/(n-1)
  2. IGINI (norm)= IGINI/ IGINI (max)= (n-1)/n
  3. IGINI (norm)= IGINI/ IGINI (max)= (1-∑f2 i)/(n-1)/n
  4. IGINI (norm)= IGINI/ IGINI (max)= (1-∑f2 i)/n
A

3
IGINI (norm)= IGINI/ IGINI (max)= (1-∑f2 i)/(n-1)/n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dati i valori di x (1,2,3,4,5,6,7) con quali linee di codice di R si calcola l’indice di eterogeneità di Gini)?

  1. library(labstatR) ;x<- (1,2,3,4,5,6,7); E(x)
  2. library(labstatR) ;x<- c(1,2,3,4,5,6,7); E(x)
  3. library(labstatR) ;x<- c(1,2,3,4,5,6,7)
  4. x<- c(1,2,3,4,5,6,7); E(x)
A

2
library(labstatR) ;x<- c(1,2,3,4,5,6,7); E(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly