computeEmpiricalPriorParameters {beast} | R Documentation |
Compute the empirical mean.
Description
This function computes the empirical mean of the time-series.
Usage
computeEmpiricalPriorParameters(myDataList, nu0 = 1, alpha0 = 1, beta0 = 1)
Arguments
myDataList |
Observed multivariate time-series. |
nu0 |
positive real number. |
alpha0 |
positive real number. |
beta0 |
positive real number. |
Value
mu0 |
Empirical mean |
Author(s)
Panagiotis Papastamoulis
[Package beast version 1.1 Index]