Learn R Programming

yuima (version 1.0.81)

yuima.data-class: Class "yuima.data" for the data slot of a "yuima" class object

Description

The yuima.data-class is a class of the yuima package used to store the data which are hold in the slot data of an object of the yuima-class. Objects from this class contain either true data or simulated data.

Arguments

Details

Objects in this class are created or initialized using the methods new or initialize or via the function setData. The preferred way to construct an object in this class is to use the function setData.

Objects in this class are used to store the data which are hold in the slot data of an object of the yuima-class.

Objects in this class contain two slots described here. [object Object],[object Object] If data are obtained by simulation, the original.data slot is usually empty.