make_cov {hmmTMB} | R Documentation |
Make covariance matrix from standard deviations and correlations
Description
Make covariance matrix from standard deviations and correlations
Usage
make_cov(sds, corr)
Arguments
sds |
Vector of standard deviations |
corr |
Vector of correlations (must be of length m*(m-1)/2 if sds is of length m) |
Value
An m by m covariance matrix
[Package hmmTMB version 1.1.0 Index]