quantileBFloat16

    Syntax

    Alias:

    Arguments

    • — Level of quantile. Optional. Possible values are in the range from 0 to 1. Default value: 0.5. .

    Returned value

    Type: Float64.

    Example

    Query to calculate 0.75-quantile (third quartile):

    Result:

    Note that all floating point values in the example are truncated to 1.0 when converting to bfloat16.

    quantileBFloat16Weighted

    See Also