Join the newly launched Discord
community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.analysis.formatter.StatsSpec
Stay organized with collections
Save and categorize content based on your preferences.
meridian
.
analysis
.
formatter
.
StatsSpec
(
title
:
str
,
stat
:
str
,
delta
:
(
str
|
None
)
=
None
)
Methods
__eq__
__eq__
(
other
)
Return self==value.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[[["\u003cp\u003e\u003ccode\u003eStatsSpec\u003c/code\u003e is a dataclass within the \u003ccode\u003emeridian.analysis.formatter\u003c/code\u003e module.\u003c/p\u003e\n"],["\u003cp\u003eIt has three attributes: \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003estat\u003c/code\u003e, and \u003ccode\u003edelta\u003c/code\u003e, all of which are dataclass fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edelta\u003c/code\u003e attribute can be a string or None, and by default is set to None.\u003c/p\u003e\n"],["\u003cp\u003eThe class has an \u003ccode\u003e__eq__\u003c/code\u003e method for comparison of two instances.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/meridian/blob/v1.2.0/meridian/analysis/formatter.py#L60-L64) |\n\n meridian.analysis.formatter.StatsSpec(\n title: str, stat: str, delta: (str | None) = None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ||\n|---------|-----------------|\n| `title` | Dataclass field |\n| `stat` | Dataclass field |\n| `delta` | Dataclass field |\n\n\u003cbr /\u003e\n\nMethods\n\n`__eq__` \n\n __eq__(\n other\n )\n\nReturn self==value.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables ||\n|-------|--------|\n| delta | `None` |\n\n\u003cbr /\u003e"]]