13#include <OpenMS/config.h>
47 double evidence = 0.0;
62 double posterior = 0.0;
75 static std::vector<double>
computeModelFDR(
const std::vector<double>& pep_values);
86 static std::vector<BayesianModelRow>
preparePrecursorBM(
const std::vector<IPFPrecursorRow>& rows);
98 static std::vector<PosteriorRow>
applyBM(
const std::vector<BayesianModelRow>& rows);
111 std::vector<IPFPrecursorProbabilityRow>
precursorInference(
const std::vector<IPFPrecursorRow>& precursor_rows,
124 std::vector<IPFResultRow>
infer(
const std::vector<IPFPrecursorRow>& precursor_rows,
125 const std::vector<IPFTransitionRow>& transition_rows,
126 const std::vector<IPFAlignmentRow>& alignment_rows,
int64_t Int64
Signed integer type (64bit)
Definition Types.h:40
Posterior probability row returned by applyBM.
Definition OpenSwathPeptidoformInference.h:59
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19