- //std::cout << "Value " << Sample << "is too far away from " << SignalStateInfo.StateFirstMean << " so this state does not match mean \n";
+ //std::cout << "Value " << Sample << "is too far away (>" << GLOBAL_OUTERBOUND*100<< "%) from " << SignalStateInfo.StateFirstMean << " so this state does not match mean \n";
}
}
TempConfidenceMatching = ConfidenceOfBestCase;
return ConfidenceOfBestCase;
}
/// Gives the confidence how likely the new sample mismatches the signal
/// state.
///
/// \param Sample is the actual sample of the observed signal.
///
/// \return the confidence of the new sample is mismatching the signal state.