.delay_distribution_matrix_rmse_compute | R Documentation |
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
)
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.