computeEmpiricalPriorParameters {beast} | R Documentation |
This function computes the empirical mean of the time-series.
computeEmpiricalPriorParameters(myDataList, nu0 = 1, alpha0 = 1, beta0 = 1)
myDataList |
Observed multivariate time-series. |
nu0 |
positive real number. |
alpha0 |
positive real number. |
beta0 |
positive real number. |
mu0 |
Empirical mean |
Panagiotis Papastamoulis