All Questions
Tagged with boost-accumulators probability
1 question
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) ...