greta-dev / greta-dev/greta.dynamics
iterate_matrix transposes transition matrix but docs don't reflect this
Open
- Dominant language
- R
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The examples use a matrix with columns moving to rows (matrix(A) * vec(x)) but tf_iterate_matrix calculates rows to columns (rowvec(x) * matrix(A)):
https://github.com/greta-dev/greta.dynamics/blob/aa09ee2250ddb08981dbffe98943904f972611d9/R/iterate_matrix.R#L239
Not sure which format you prefer??
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.