@leanchuck/core - v0.1.1
    Preparing search index...

    Interface PercentileOptions

    Options for percentiles.

    interface PercentileOptions {
        steps?: readonly number[];
        precision?: number;
    }
    Index

    Properties

    Properties

    steps?: readonly number[]

    Which percentiles to compute, each 0100.

    DECILES

    precision?: number

    Decimal places to round each result to. Defaults to 4.