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

XPSCorrelationStats

import type { XPSCorrelationStats } from "https://googleapis.deno.dev/v1/language:v2.ts";

A correlation statistics between two series of DataType values. The series may have differing DataType-s, but within a single series the DataType must be the same.

interface XPSCorrelationStats {
cramersV?: number;
}

§Properties

§
cramersV?: number
[src]

The correlation value using the Cramer's V measure.