ftsa (version 5.5)

quantile.fts: Quantile functions for functional time series

Description

Computes quantiles of functional time series at each variable.

Usage

# S3 method for fts
quantile(x, probs, ...)

Arguments

x

An object of class fts.

probs

Quantile percentages.

...

Other arguments.

Value

Return quantiles for each variable.

See Also

mean.fts, median.fts, var.fts, sd.fts

Examples

Run this code
# NOT RUN {
quantile(x = ElNino_ERSST_region_1and2)
# }

Run the code above in your browser using DataLab