Bstat | R Documentation |
This function calculates the mean, variance, skewness, kurtosis and excess kurtosis of a model output, this output can be given for different temporal periods (days, months or years).
Bstat(out_set)
out_set |
matrix of dimensions n x t, where n equals the number of runs and t is equal to the number of temporary steps. |
a data frame of dimensions t x 6, here t is the number of temporary steps and each column corresponds to a statistical measure: mean, variance, skewness, kurtosis and excess kurtosis.
Camila Garcia-Echeverri <cagarciae@unal.edu.co>
Hydrodynamics of the natural media research group - HYDS National University of Colombia - Bogota
data("out_set") data_Bstat <- Bstat(out_set)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.