Anonymous | Login | Signup for a new account | 2024-11-21 21:46 MSK |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0000504 | [ALGLIB] Statistics | major | have not tried | 2013-02-16 11:00 | 2013-05-13 14:47 | ||
Reporter | SergeyB | View Status | public | ||||
Assigned To | SergeyB | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | |||||
Summary | 0000504: FIXED: minor bug in the sign test (two sided alternative) | ||||||
Description |
Sign test returns incorrect value for BothTails (slightly larger than 1.0) when sample has same number of values at both sides of supposed median value. This bug was reported by Julin Urbano: > double[] data = new double[] { 1, 2, 3, -4, -5, -6 }; > alglib.onesamplesigntest(data, data.Length, 0, out both, out left, out right); > and you'll see that the 2-tailed p-value (variable both) is 1.3125, > which can't happen :-) |
||||||
Additional Information | |||||||
Programming language | Unspecified | ||||||
Attached Files | |||||||
|
There are no notes attached to this issue. |
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |