powered by
Calculates posterior probabilities of conditions of trading days
posterior(param = NULL, numbuys = NULL, numsells = NULL)
numeric: (named) vector of model parameters (valid names: 'alpha', 'delta', 'epsilon_b', 'epsilon_s', 'mu'), length must equal 5
'alpha'
'delta'
'epsilon_b'
'epsilon_s'
'mu'
numeric: vector of daily buys
numeric: vector of daily sells
numeric matrix with columns 'no', 'good' and 'bad' representing posterior probabilities for the corresponding trading day conditions
For more details see corresponding section in vignette
ggplot.posterior
# NOT RUN { See Vignette \code{browseVignette(package = 'pinbasic')} # } # NOT RUN { # }
Run the code above in your browser using DataLab