The class data.series
is the blueprint of S4
objects that
store a list of dataset
objects.
Slots
series
(
numeric
) returns the number ofdataset
objects stored.days
(
numeric
) returns the length of the simulated data in days common to alldataset
objects stored. The default value is60
.model
(
character
) returns a character string, either'MPIN'
or'adjPIN'
.layers
(
numeric
) returns the number of information layers in alldataset
objects stored. It takes the value1
for the adjusted PIN model, i.e. whenmodel
takes the value'adjPIN'
.datasets
(
list
) returns the list of thedataset
objects stored.restrictions
(
list
) returns a binary list that contains the set of parameter restrictions on the original AdjPIN model in the estimated AdjPIN model. The restrictions are imposed equality constraints on model parameters. If the value of the parameterrestricted
is the empty list(list())
, then the model has no restrictions, and the estimated model is the unrestricted, i.e., the original AdjPIN model. If not empty, the list contains one or multiple of the following four elements{theta, mu, eps, d}
. For instance, Iftheta
is set toTRUE
, then the estimated model has assumed the equality of the probability of liquidity shocks in no-information, and information days, i.e., \(\theta\)=
\(\theta'\). If any of the remaining rate elements{mu, eps, d}
is equal toTRUE
, (saymu=TRUE
), then the estimated model imposed equality of the concerned parameter on the buy side, and on the sell side (\(\mu\)b=
\(\mu\)s). If more than one element is equal toTRUE
, then the restrictions are combined. For instance, if the slotrestrictions
containslist(theta=TRUE, eps=TRUE, d=TRUE)
, then the estimated AdjPIN model has three restrictions \(\theta\)=
\(\theta'\), \(\epsilon\)b=
\(\epsilon\)s, and \(\Delta\)b=
\(\Delta\)s, i.e., it has been estimated with just7
parameters, in comparison to10
in the original unrestricted model.[i]
This slot only concerns datasets generated by the functiongeneratedata_adjpin()
.warnings
(
numeric
) returns numbers referring to the warning errors caused by a conflict between the different arguments used to call the functiongeneratedata_mpin()
.runningtime
(
numeric
) returns the running time of the data simulation in seconds.