deriving best estimate
result2best_estimate.Rd
deriving best estimate from ultimate vector and paid triangle
Examples
result2best_estimate(c(1300, 975, 1516.667),
matrix(c(1000, 800, 1200, 1200, 900, 1200, 1300, 900, 1200), 3))
#> [1] 0.000 75.000 316.667
result2best_estimate(matrix(c(1000, 800, 1200, 1200, 900, 1400, 1300, 975, 1516.667), 3),
matrix(c(1000, 800, 1200, 1200, 900, 1200, 1300, 900, 1200), 3))
#> [1] 0.000 75.000 316.667