median.qts_sample: QTS Geometric Median

View source: R/qts-sample-class.R

median.qts_sampleR Documentation

QTS Geometric Median

Description

This function computes the pointwise geometric median of a QTS sample.

Usage

## S3 method for class 'qts_sample'
median(x, na.rm = FALSE, ...)

Arguments

x

An object of class qts_sample.

na.rm

A logical value indicating whether NA values should be stripped before the computation proceeds.

...

Further arguments passed to or from other methods.

Value

An object of class qts in which quaternions are the pointwise geometric median of the input QTS sample.

Examples

median(vespa64$igp)

astamm/squad documentation built on Jan. 26, 2024, 5:30 p.m.