COPResult-class {BLCOP} | R Documentation |
A class that holds the posterior distribution produced with the COP framework
Objects can be created by calls of the form new("COPResult", ...)
. In general however
they are created by the function COPPosterior
views
:"COPViews"
. These are the views that led to the result marketDist
:"mvdistribution"
. Prior distribution of the marketposteriorSims
:"matrix"
. Matrices holding the simulations of the posteriors with a column for each asset.signature(result = "COPResult")
: Generates density plots of the marginal prior and posterior distributions of each asset.signature(result = "COPResult")
: Not yet finishedFrancisco Gochez <fgochez@mango-solutions.com>