-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binding multiple simmat
objects together
#164
Comments
Start, end, thinning (~ts attributes), and number of simulated matrices need to be consistent for sequential algorithms. Here is the decision tree along which the current
In all other cases an error is produced, unless |
We can have a The |
The |
Yep. I was wondering: what is the use of |
|
I had a look at I also added an |
PR #175 closes this issue. |
@jarioksa and I have discussed the the possibility of adding a function for binding multiple
simmat
objects. This is useful because:simmat
objects that need to be coerced/bound.For this end I created the
bind-simmat
branch and added thesmbind
function and its documentation. The naming refers to simmatbind. I did not create a generic because the function can take multiple object classes as input, e.g.smbind(x, y)
orsmbind(list(x, y))
which are the 2 common use cases I think (similarly toAIC()
).The text was updated successfully, but these errors were encountered: