kurt | R Documentation |
Questa funzione permette il calcolo dell'indice di curtosi.
kurt(x)
x |
vettore di dati |
skew
.
x <- rnorm(50) kurt(x) y <- rt(50,df=1) kurt(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.