Causality Analyzer
    Preparing search index...

    Credible interval for a probability estimate

    interface CredibleInterval {
        concentration: number;
        estimate: number;
        high: number;
        low: number;
    }
    Index
    concentration: number

    Concentration parameter (α₀ + n)

    estimate: number

    Point estimate (mean of posterior)

    high: number

    Upper bound of the 95% credible interval

    low: number

    Lower bound of the 95% credible interval