C# 클래스 ImsInformed.Scoring.TargetPresenceLikelihoodFunctions

The likelihood function for if the feature is an actual ion instead of random noise.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library

공개 메소드들

메소드 설명
IntensityDominantLikelihoodFunction ( this observedPeak ) : double

The intensity dominant likelihood function. Say you have a pure sample, roll with this one might give better results.

IntensityIndependentLikelihoodFunction ( this observedPeak ) : double

The intensity independent likelihood function. Better used if you have strong faith in the isotopic score 100% and/or your sample is really mixed and intensity is useless.

NeutralLikelihoodFunction ( this observedPeak ) : double

The neutral likelihood function.

메소드 상세

IntensityDominantLikelihoodFunction() 공개 정적인 메소드

The intensity dominant likelihood function. Say you have a pure sample, roll with this one might give better results.
public static IntensityDominantLikelihoodFunction ( this observedPeak ) : double
observedPeak this /// The observed Peak. ///
리턴 double

IntensityIndependentLikelihoodFunction() 공개 정적인 메소드

The intensity independent likelihood function. Better used if you have strong faith in the isotopic score 100% and/or your sample is really mixed and intensity is useless.
public static IntensityIndependentLikelihoodFunction ( this observedPeak ) : double
observedPeak this /// The observed Peak. ///
리턴 double

NeutralLikelihoodFunction() 공개 정적인 메소드

The neutral likelihood function.
public static NeutralLikelihoodFunction ( this observedPeak ) : double
observedPeak this /// The observed peak. ///
리턴 double