Class IsBetweenTruncatedGaussianOp
Inheritance
IsBetweenTruncatedGaussianOp
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[FactorMethod(typeof(Factor), "IsBetween", new Type[]{typeof(double), typeof(double), typeof(double)})]
[Quality(QualityBand.Mature)]
public static class IsBetweenTruncatedGaussianOp
Methods
AverageLogFactor(TruncatedGaussian)
Declaration
public static double AverageLogFactor(TruncatedGaussian X)
Parameters
Returns
LogEvidenceRatio(Boolean, TruncatedGaussian, Double, Double)
Declaration
public static double LogEvidenceRatio(bool isBetween, TruncatedGaussian x, double lowerBound, double upperBound)
Parameters
Returns
XAverageConditional(Boolean, Double, Double)
Declaration
public static TruncatedGaussian XAverageConditional(bool isBetween, double lowerBound, double upperBound)
Parameters
Returns
XAverageLogarithm(Boolean, Double, Double)
Declaration
public static TruncatedGaussian XAverageLogarithm(bool isBetween, double lowerBound, double upperBound)
Parameters
Returns