| data.series-class {PINstimation} | R Documentation |
List of dataset objects
Description
The class data.series is the blueprint of S4 objects that
store a list of dataset objects.
Usage
## S4 method for signature 'data.series'
show(object)
Arguments
object |
an object of class |
Slots
series(
numeric) returns the number ofdatasetobjects stored.days(
numeric) returns the length of the simulated data in days common to alldatasetobjects stored. The default value is60.model(
character) returns a character string, either'MPIN'or'adjPIN'.layers(
numeric) returns the number of information layers in alldatasetobjects stored. It takes the value1for the adjusted PIN model, i.e. whenmodeltakes the value'adjPIN'.datasets(
list) returns the list of thedatasetobjects 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 parameterrestrictedis 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, Ifthetais 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 (\mub=\mus). If more than one element is equal toTRUE, then the restrictions are combined. For instance, if the slotrestrictionscontainslist(theta=TRUE, eps=TRUE, d=TRUE), then the estimated AdjPIN model has three restrictions\theta=\theta',\epsilonb=\epsilons, and\Deltab=\Deltas, i.e., it has been estimated with just7parameters, in comparison to10in 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.