Math.uts_vector: Math Group Methods for uts_vector

Description Usage Arguments See Also Examples

View source: R/group_methods.R

Description

Apply the Math methods in base R to the observation values of "uts_vector" objects.

Usage

1
2
## S3 method for class 'uts_vector'
Math(x, ...)

Arguments

x

a "uts_vector" object.

...

further arguments passed to or from methods.

See Also

groupGeneric

Examples

1
2
3
4
5
# Take the base-2 logarithm of the observation values and return the corresponding "uts_vector"
log(ex_uts_vector(), base=2)

# Calculate the cumulative sum of the observation values and return the corresponding "uts_vector"
cumsum(ex_uts_vector())

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