Paul-Christian Bürkner
Paul-Christian Bürkner
One challenge towards this will be that we cannot just use `NextMethod` for `[]` in some cases. For example, in the corresponding .draws_matrix method I see: ```R `[.draws_matrix`
you are right. It is not a draws_ object but like rvar conceptually, and indeed what we do have in `draws_of()`. If you add this new format, I agree it...
I fully agree with your thoughts. thank you for looking into this! Matthew Kay ***@***.***> schrieb am Sa., 6. Apr. 2024, 23:49: > Hmm, I would probably wait on this...
How much increase exactly? 1% would barely matter I think
Speed is okay. Still, is this already the best way to implement the flattening?
I would not be opposed to it. After all, one core principle of posterior is that we allow and support different formats because that represents the reality of its users...
In other words, we would just need another draws format to make this work? That would be okay for me :-)
Thank you! @avehtari would you have time to review this PR?
I like "repair". Having the dots instead of [] is kind of a thing we don't really want. So we are repairing them to look reasonable again. But I also...
I agree with Jonah and Aki.