-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Supported argument types for reverse? #798
Comments
This is a problem we’ve had several times based on the current organization of the docs. It does work for arrays, and this is documented (https://mc-stan.org/docs/functions-reference/array_operations.html#reversing-functions) but on a separate page, which makes discoverability hard |
Uh, I googled "stan reverse array" and the first link is to |
Yes, the current chapter structure of the functions isn't very good for google. The internal search bar does turn up all the valid options still, but it's definitely not ideal |
Any suggestions on how we could make the structure better? In many ways, one function per page would be nice, but then we don't see related things like all the normal distribution functions. And there wouldn't be an easy way to scan all the matrix functions that way. |
Maybe just add a cross-link? That is,
(with hyperlinks to appropriate places, but I expect that github comment doesn't show them right) |
Yes, please. That'd certainly be an improvement on what we have now. |
reverse
function doc https://mc-stan.org/docs/functions-reference/matrix_operations.html#reverse-functions says the input needs to be avector
orrow_vector
, but it seems to work also witharray
The text was updated successfully, but these errors were encountered: