1
0
mirror of https://github.com/msberends/AMR.git synced 2025-12-25 12:30:20 +01:00

Built site for AMR@3.0.1.9007: a5c6aa9

This commit is contained in:
github-actions
2025-12-22 08:48:41 +00:00
parent 7c8d0f82f9
commit 1227e2c60c
128 changed files with 1616 additions and 440 deletions

View File

@@ -45,7 +45,7 @@ kurtosis(x, na.rm = FALSE, excess = FALSE)
``` r
kurtosis(rnorm(10000))
#> [1] 3.071712
#> [1] 3.069947
kurtosis(rnorm(10000), excess = TRUE)
#> [1] -0.02774835
#> [1] -0.02599697
```