Join the newly launched Discord
community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.analysis.analyzer.DistributionTensors
Stay organized with collections
Save and categorize content based on your preferences.
Container for parameters distributions arguments of Analyzer methods.
Inherits From: ExtensionType
meridian
.
analysis
.
analyzer
.
DistributionTensors
(
alpha_m
=
None
,
alpha_rf
=
None
,
alpha_om
=
None
,
alpha_orf
=
None
,
ec_m
=
None
,
ec_rf
=
None
,
ec_om
=
None
,
ec_orf
=
None
,
slope_m
=
None
,
slope_rf
=
None
,
slope_om
=
None
,
slope_orf
=
None
,
beta_gm
=
None
,
beta_grf
=
None
,
beta_gom
=
None
,
beta_gorf
=
None
,
mu_t
=
None
,
tau_g
=
None
,
gamma_gc
=
None
,
gamma_gn
=
None
)
Child Classes
class Spec
Methods
__eq__
__eq__
(
other
)
Return self==value.
__ne__
__ne__
(
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\u003eDistributionTensors\u003c/code\u003e is a container class for holding parameter distribution arguments used by \u003ccode\u003eAnalyzer\u003c/code\u003e methods.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a variety of parameters related to distributions, such as \u003ccode\u003ealpha\u003c/code\u003e, \u003ccode\u003eec\u003c/code\u003e, \u003ccode\u003eslope\u003c/code\u003e, \u003ccode\u003ebeta\u003c/code\u003e, \u003ccode\u003emu_t\u003c/code\u003e, \u003ccode\u003etau_g\u003c/code\u003e, \u003ccode\u003egamma_gc\u003c/code\u003e, and \u003ccode\u003egamma_gn\u003c/code\u003e, each of which can be set to \u003ccode\u003eNone\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistributionTensors\u003c/code\u003e class features two built-in methods: \u003ccode\u003e__eq__\u003c/code\u003e for equality comparison and \u003ccode\u003e__ne__\u003c/code\u003e for inequality comparison between objects.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a child class called \u003ccode\u003eSpec\u003c/code\u003e, extending its functionality, and can be viewed in a separate file.\u003c/p\u003e\n"]]],["The core content defines `DistributionTensors`, a container class for parameter distribution arguments used in Analyzer methods. It encompasses various parameters like `alpha`, `ec`, `slope`, `beta`, `mu_t`, `tau_g`, and `gamma`, each with multiple variants (e.g., `alpha_m`, `alpha_rf`). The class has a child class `Spec` and two methods: `__eq__` and `__ne__`, for equality and inequality comparisons. All the class variables are initialized to `None`.\n"],null,["\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/meridian/blob/v1.2.0/meridian/analysis/analyzer.py#L503-L525) |\n\nContainer for parameters distributions arguments of Analyzer methods.\n\nInherits From: [`ExtensionType`](../../../meridian/backend/ExtensionType.md) \n\n meridian.analysis.analyzer.DistributionTensors(\n alpha_m=None,\n alpha_rf=None,\n alpha_om=None,\n alpha_orf=None,\n ec_m=None,\n ec_rf=None,\n ec_om=None,\n ec_orf=None,\n slope_m=None,\n slope_rf=None,\n slope_om=None,\n slope_orf=None,\n beta_gm=None,\n beta_grf=None,\n beta_gom=None,\n beta_gorf=None,\n mu_t=None,\n tau_g=None,\n gamma_gc=None,\n gamma_gn=None\n )\n\nChild Classes\n\n[`class Spec`](../../../meridian/analysis/analyzer/DistributionTensors/Spec.md)\n\nMethods\n\n`__eq__` \n\n __eq__(\n other\n )\n\nReturn self==value.\n\n`__ne__` \n\n __ne__(\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| alpha_m | `None` |\n| alpha_om | `None` |\n| alpha_orf | `None` |\n| alpha_rf | `None` |\n| beta_gm | `None` |\n| beta_gom | `None` |\n| beta_gorf | `None` |\n| beta_grf | `None` |\n| ec_m | `None` |\n| ec_om | `None` |\n| ec_orf | `None` |\n| ec_rf | `None` |\n| gamma_gc | `None` |\n| gamma_gn | `None` |\n| mu_t | `None` |\n| slope_m | `None` |\n| slope_om | `None` |\n| slope_orf | `None` |\n| slope_rf | `None` |\n| tau_g | `None` |\n\n\u003cbr /\u003e"]]