Changes between Initial Version and Version 1 of Ticket #5766, comment 5
- Timestamp:
- 2020-01-24T09:29:26Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5766, comment 5
initial v1 3 3 I only find the way steps are counted a bit weird. If I ask for 4 steps, I get lambda = 0.0, 0.333, 0.667, 1.0. To me, this is three steps, not four. Every step is the advancement of lambda from one data point to the next, not one particular data point. In fact, people often refer to "step size", which of course only makes sense if the step is the interval, not the data point. 4 4 5 Not to mention the famous Neil Armstrong quote, which according to {{{-ils}}} would have been "Two small steps for a men, one giant leap for mankind" :) 6 5 7 Could you please fix that as well? I guess that should be easy :) 6 8