Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
291 views

Finding values over (µ + 3 sigma) with Boost::accumulators

here is my problem: I have a 2D matrix of doubles containing data. The data is gaussian and and i need to find out which datapoints are the extrem ones. As a first estimation, values > (µ + 3 sigma) ...
user2003965's user avatar