This class is a data storage object for calculating change points and changing variate. You should firstly apply calculateQt and after either perfectSimulation or estimateMap.
count.matdgCMatrix, whose rows represent time, and columns represent variate.
t.vecNumeric vector, whose elements represent observed time corresponding to each row of count matrix.
mean.bias.vecNumeric vector, whose elements represent expted bias for mean value of each row.
paramsList, named list of parameters, whose mebers must be "lambda", "r", "alpha" and "beta".
lpstNumeric matrix, log probability of Ys:t
lqtNumeric vector, log probability of Yt:n given there is change point in t-1. This will be maximum probability given k points when you give them.
lpst.listNumeric matrix, list of lpst for each variate
lqt.listNumeric matrix, list of lqt for each variate
bf.listNumeric matrix, list of bayes factor for each variate. The larger values indicate the variate changed in time course.
used.varsCharacter vector, variates used for change points calculation
sim.change.point.listList, each elements contains change points simulated from perfectSimulation
map.change.pointNumeric.vector, change points simulated from estimateMap
change.variate.dftbl, data frame of changed variates. There are columns for change points, variate and etropy of change points. Entropy is expected to be lower for moredistinct change points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.