You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got my head around this point. supremum is mathematically correct, but sounds unfamiliar. How about the following.
Rename the attributes of DiscretizedGrid as grid_max -> upper_bound and grid_min to lower_bound.
grid_max function returns the last grid point.
We introduce upper_bound and lower_bound functions.
shinaoka
changed the title
Invalid grid_max for includeendpoint=falsegrid_max should return the last grid point rather than the upper bound of the interval for includeendpoint=falseJul 16, 2024
If
includeendpoint=false
,grid_max
should return the last point of the grid, rather than the supremum.We could introduce$[a, b)$ .
grid_supremum
returningb
forThe text was updated successfully, but these errors were encountered: