Calculate algB
Examples
X = c(3.65, 2.5, 4.85)
M_estimate(x = as.numeric(X),
iter_loc=50,
iter_scale=1000)
#> location scale
#> 1 3.666172 1.192475
Calculate algB
X = c(3.65, 2.5, 4.85)
M_estimate(x = as.numeric(X),
iter_loc=50,
iter_scale=1000)
#> location scale
#> 1 3.666172 1.192475