stat.band: List Statistical Descriptive Quantities

Description Usage Arguments Details Value

Description

Stat utils

Usage

1
stat.band(x, quant = 0.68)

Arguments

x:

input array of values
quant: "quantile around the median", see return values for a description.

Details

example stopifnot(!missing(x), is.matrix(x), dim(x)==c(2,2), x>0)

Value

Mean, Median,SD (standard deviation), Min, Max
Qr/Ql: value which limit quant/2 portion of the sample on the right/left of the median
it means that in the range [Qr,Ql] it is contained quant fraction of the sample
while each of the ranges [Ql,Median] and [Median,Qr] contains quant/2 fraction of the sample
Qb/Qe: 5% and 95% quantile


diluises/neutRino documentation built on May 15, 2019, 8:33 a.m.