powered by
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)
matrix of dimensions n x pp, where n is the number of runs and pp is the number of parameters.
matrix of dimensions n x t, where n is the number of runs and t is the number of temporary steps.
vector that contains the names of the parameters.
number of divisions of the parametric range.
A list of arrays, each array has dimensions of steps, t, pp.
# NOT RUN { data("parameters_set", "out_set", "pp_names") # } # NOT RUN { CM <- Cond_Moments(parameters_set, out_set, pp_names, steps=15) # }
Run the code above in your browser using DataLab