getY-FreqRep {quantspec}R Documentation

Get Y from a FreqRep object.

Description

Get Y from a FreqRep object.

Usage

## S4 method for signature 'FreqRep'
getY(object, d = 1)

Arguments

object

FreqRep of which to get the Y

d

optional parameter that determine which time series to return; may be a vector of elements 1, ..., D

Value

Returns the attribute Y that's a slot of object.


[Package quantspec version 1.2-4 Index]