fast_stat: Fast statistic functions (helpers)

Description Usage Arguments Value Author(s) Examples

Description

Fast statistic functions (helpers) for representations computation.

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
4
5
6
7
8
9
maxC(rnorm(50))

minC(rnorm(50))

meanC(rnorm(50))

sumC(rnorm(50))

medianC(rnorm(50))

TSrepr documentation built on July 13, 2020, 9:07 a.m.