compute_stationary_variance {PhylogeneticEM} | R Documentation |
compute_stationary_variance
computes the stationary variance matrix of
an OU process.
compute_stationary_variance(variance, selection.strength)
variance |
the variance (rate matrix) of the process. |
selection.strength |
the selection strength (alpha) matrix of the process. |
A positive definite Matrix of class dpoMatrix-class
.