Search Results for

    Show / Hide Table of Contents

    Interface CanGetQuantile<T>

    Namespace: Microsoft.ML.Probabilistic.Distributions
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    public interface CanGetQuantile<out T>
    Type Parameters
    Name Description
    T

    Methods

    GetQuantile(Double)

    Returns the largest value x such that GetProbLessThan(x) <= probability.

    Declaration
    T GetQuantile(double probability)
    Parameters
    Type Name Description
    Double probability

    A real number in [0,1].

    Returns
    Type Description
    T

    A number

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.