mean.uts_vector: Mean, Median, and Standard Deviation of Observation Values

Description Usage Arguments See Also Examples

View source: R/summary_of_values.R

Description

Calculate the mean, median, and standard deviation, respectively, of the observation values of a multivariate time series.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'uts_vector'
mean(x, ...)

## S3 method for class 'uts_vector'
median(x, ...)

## S3 method for class 'uts_vector'
sd(x, ...)

Arguments

x

a "uts_vector" object.

...

further arguments passed to or from methods.

See Also

mean.uts, median.uts, sd.uts

mean, median, sd in base R.

Examples

1
2
3
4
5
6
7

andreas50/utsMultivariate documentation built on Sept. 27, 2021, 10:33 p.m.