midpoints
midpoints(e)
Compute the midpoints of the bins with edges e
. The result is a vector/range of length length(e) - 1
. Note: Julia does not ignore NaN
values in the computation.
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.