vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| When applied to "numeric" input, stddev_pop produces the same result as stddev_samp, and var_pop produces the same result as var_samp. This is because whoever wrote numeric_stddev_internal() forgot that the divisor is different for the sample case. This mistake is in fact visible in the regression test outputs for the function, so those outputs weren't checked very carefully :-( regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| On Mon, 2007-09-07 at 10:39 -0400, Tom Lane wrote: > When applied to "numeric" input, stddev_pop produces the same result as > stddev_samp, and var_pop produces the same result as var_samp. This > is because whoever wrote numeric_stddev_internal() forgot that the > divisor is different for the sample case. This mistake is in fact > visible in the regression test outputs for the function, so those > outputs weren't checked very carefully :-( My fault, I'm afraid -- how embarrassing! I certainly tested the function for numeric inputs while developing it. I can only guess that I wrote it and tested it, then refactored and broke it, and blindly copied the resulting regression outputs => expected... Sorry, Neil ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|