Skip to content

Naming Conventions

Joram Soch edited this page Sep 8, 2023 · 7 revisions

When adding a proof or definition to "The Book of Statistical Proofs", please try to adhere to the following rules for title and shortcut of your submission.

Naming Proofs

  1. The title of a proof typically combines the name of the theorem with the topic it belongs to.

    There are exceptions to this.

    • Example: "Bayes’ theorem" and "Bayes’ rule", pages on Bayes’ theorem and rule (theorems), currently filed under Bayesian inference (topic).
  2. The shortcut of a proof typically connects abbreviations of the topic and of the theorem.

    There are exceptions to this.

Naming Definitions

  1. The title of a definition is typically the name of the mathematical object it describes.

    When the title of a definition is identical to the name of the topic it belongs to, the value of the metadata field "definition" may be set to "Definition".

  2. The shortcut of a definition is typically the most straightforward abbreviation of the defined object, generally without hyphens.

    There are exceptions to this, especially when there are there is a concept which allows for the definition of sub-concepts.

Table of Contents

For filling in metadata fields containing hierarchy information, locating a proof or definition in the currently accepted page hierarchy, please consult the Table of Contents.

title: "Maximum likelihood estimation for the general linear model"
chapter: "Statistical Models"
section: "Multivariate normal data"
topic: "General linear model"
theorem: "Maximum likelihood estimation"
title: "Joint cumulative distribution function"
chapter: "General Theorems"
section: "Probability theory"
topic: "Cumulative distribution function"
definition: "Joint cumulative distribution function"

Clone this wiki locally