Cond_Moments: Conditional statistical moments of a model output

Description Usage Arguments Value Author(s) Examples

View source: R/Cond_Moments.R

Description

This function evaluates the first four statistical moments after grouping the model output by different parametric ranges.

Usage

1

Arguments

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.

Value

A list of arrays, each array has dimensions of steps, t, pp.

Author(s)

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

Examples

1
2
3
data("parameters_set", "out_set", "pp_names")

CM <- Cond_Moments(parameters_set, out_set, pp_names, steps=15)

GSA.UN documentation built on July 10, 2020, 5:06 p.m.