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

TimeseriesPercentiles

import type { TimeseriesPercentiles } 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 TimeseriesPercentiles {
p75s?: any[];
}

§Properties

§
p75s?: any[]
[src]

75% of users experienced the given metric at or below this value. The length of this list of densities is equal to the length of the CollectionPeriods field in the HistoryRecord message, which describes when the density was observed in the field.