subsetHTS-methods: Method 'subsetHTS': extract a subset of a histogram time...

subsetHTSR Documentation

Method subsetHTS: extract a subset of a histogram time series

Description

This functon return the mean of a distributionH object.

Usage

subsetHTS(object, from, to)

## S4 method for signature 'HTS,numeric,numeric'
subsetHTS(object, from, to)

Arguments

object

a HTS object. A histogram 1d time series

from

an integer, the initioal timepont

to

an integer, a final timepoint

Value

a HTS object. A histogram 1d time series

Examples

SUB_RetHTS <- subsetHTS(RetHTS, from = 1, to = 20) # the first 20 elements

Airpino/HistDAWass documentation built on Jan. 30, 2024, 7:53 p.m.