fast_stat {TSrepr} | R Documentation |
Fast statistic functions (helpers)
Description
Fast statistic functions (helpers) for representations computation.
Usage
maxC(x)
minC(x)
meanC(x)
sumC(x)
medianC(x)
Arguments
x |
the numeric vector |
Value
the numeric value
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
Examples
maxC(rnorm(50))
minC(rnorm(50))
meanC(rnorm(50))
sumC(rnorm(50))
medianC(rnorm(50))
[Package TSrepr version 1.1.0 Index]