This funciotn is useful for testing purposes.

.delay_distribution_matrix_rmse_compute(
  original_distribution_shapes,
  original_distribution_scales,
  nr_distribution_samples = 500
)

.delay_distribution_matrix_rmse_compute(
  original_distribution_shapes,
  original_distribution_scales,
  nr_distribution_samples = 500
)

Arguments

original_distribution_shapes

vector. Specifies the shapes for the gamma distributions.

original_distribution_scales

vector. Specifies the scales for the gamma distributions.

nr_distribution_samples

integer. How many cases to be sampled for each timestep.

Value

A list with the computed RMSE. It has two elements: $shape_rmse and $scale_rmse

A list with the computed RMSE. It has two elements: $shape_rmse and $scale_rmse