Opened 16 years ago
Closed 15 years ago
#276 closed defect (fixed)
median crashes for small ranges
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.4 |
Component: | statistics | Version: | trunk |
Keywords: | Cc: |
Description
I try to calculate the median of a vector of size 1, which result in a crash.
The problem is most likely in the underlying percentile function.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
Calling
percentile
for 100th percentile crashes as well. Most likely an out of range problem.