Root mean squared error of a fitted distribution
Examples
x <- c(2.1, 3.4, 1.8, 4.9, 3.3, 2.7, 5.1, 3.9)
gof_rmse(x, distribution("Normal", c(3.4, 1.1)))
#> [1] 0.2432655
Root mean squared error of a fitted distribution
x <- c(2.1, 3.4, 1.8, 4.9, 3.3, 2.7, 5.1, 3.9)
gof_rmse(x, distribution("Normal", c(3.4, 1.1)))
#> [1] 0.2432655