Cond_Moments | R Documentation |
This function evaluates the first four statistical moments after grouping the model output by different parametric ranges.
Cond_Moments(parameters_set, out_set, pp_names, steps = 100)
parameters_set |
matrix of dimensions n x pp, where n is the number of runs and pp is the number of parameters. |
out_set |
matrix of dimensions n x t, where n is the number of runs and t is the number of temporary steps. |
pp_names |
vector that contains the names of the parameters. |
steps |
number of divisions of the parametric range. |
A list of arrays, each array has dimensions of steps, t, pp.
Camila Garcia-Echeverri <cagarciae@unal.edu.co>
Maria Cristina Areas-Bautista <mcarenasb@unal.edu.co>
Hydrodynamics of the natural media research group - HYDS National University of Colombia - Bogota
data("parameters_set", "out_set", "pp_names") CM <- Cond_Moments(parameters_set, out_set, pp_names, steps=15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.