A brief primer on scientific and mathematical notations

As I finished writing the final draft of my first first author paper, survClust, there were a lot of other firsts! In my opinion writing the methods and a crisp conclusion and discussion were the difficult parts.
Below, I share my notes that really came in handy while I was writing the methods section of my manuscript.
What this is?
Notes on how to describe a statistical methodology. Some basic rules and notations that you should keep in mind.
Scientific notations
Random variables are usually written in uppercase roman letters:
, etc.Probability density functions (pdfs) and probability mass functions are denoted by lowercase letters, e.g.
, or .Cumulative distribution functions (cdfs) are denoted by uppercase letters, e.g.
, or .
Let's summarize the above three points with an example -
A random variable
Hence, if
and
Now, let's go over some quick statistical nitty-gritties:
Greek letters
are commonly used to denote unknown parameters.Placing a hat, or caret, over a true parameter denotes an estimator of it, e.g.,
is an estimator for .Building on the above point the sample mean, variance and correlation coefficient are denoted as
respectively. On the other hand population parameters are represented as follows - population mean , population variance , and population correlation as
Finally most of the time you will need to know the following writing notions while drafting the methods section of your manuscript -
Input or independent variables are denoted by
, output or dependent variables are denoted by , and qualitative outputs by .If
is a vector, annotate its values by subscriptsObserved values are written in lowercase; hence the
observed value of is written as , where is a scalar or vector.Matrices are represented by bold uppercase letters; for example a matrix
, with dimensions x i.e a set of input -vectors. In general, vectors will not be bold, except when they have components; Note that all vectors are assumed to be column vectors.
Let's break it down with an example -
Given a vector of inputs
Or in matrix notation we can write it as,
Or take one of your favorite papers, and try to go over its methods section to iron and figure out other key details!