Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Percentiles

import type { Percentiles } from "https://googleapis.deno.dev/v1/chromeuxreport:v1.ts";

Percentiles contains synthetic values of a metric at a given statistical percentile. These are used for estimating a metric's value as experienced by a percentage of users out of the total number of users.

interface Percentiles {
p75?: any;
}

§Properties

§
p75?: any
[src]

75% of users experienced the given metric at or below this value.