Member Body/National Committee
AS ISO IEC 29794.4:2025
Clause/Subclause
6.2.16.3
Paragraph/Figure/Table
No response
Type of Comment
Technical
Comments
The section describes an unbiased estimator of the standard deviation. Specifically, N x M is corrected by a minus 1.
However, C++ code utilises OPENCV_CORE_HPP function meanStdDev, which seems to employ a biased estimator -> link.
Proposed Change
I would opt for a code change to ensure the estimator is unbiased for standard deviation as is described in the norm.
Member Body/National Committee
AS ISO IEC 29794.4:2025
Clause/Subclause
6.2.16.3
Paragraph/Figure/Table
No response
Type of Comment
Technical
Comments
The section describes an unbiased estimator of the standard deviation. Specifically, N x M is corrected by a minus 1.
However, C++ code utilises OPENCV_CORE_HPP function meanStdDev, which seems to employ a biased estimator -> link.
Proposed Change
I would opt for a code change to ensure the estimator is unbiased for standard deviation as is described in the norm.