#231 closed defect (fixed)
psStats(): sample median
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | IPP SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The sample median is calculated exactly on the input vector. What result should
be provided when the input vector has a even number of elements? Options:
1) Calculate the midpoint between the N/2 and 1+N/2 element?
2) Value of the N/2 element?
3) ???
Change History (4)
comment:1 by , 22 years ago
| Owner: | changed from to |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Closing subsequent to release of SDRS-08, ADD-07.
comment:4 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

option (1) : midpoints of N/2, N/2 + 1