Due to the complex inner workings of the Notation Package it is helpful to outline some of the more advanced features and structures of the Mathematica front end and how they ...
CounterFunction is an option for counters that specifies the symbols used to display the value of the counter.
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
Hypergeometric2F1[a, b, c, z] is the hypergeometric function \[InvisiblePrefixScriptBase]_2 F_1 (a, b; c; z).
ChiSquareDistribution[\[Nu]] represents a \[Chi]^2 distribution with \[Nu] degrees of freedom.
StepMonitor is an option for iterative numerical computation functions that gives an expression to evaluate whenever a step is taken by the numerical method used.
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...
Cycle
(Combinatorica Package Symbol) Cycle[n] constructs the cycle on n vertices, the 2-regular connected graph. An option Type that takes on values Directed or Undirected is allowed. The default setting is Type ...
RefinementMethod is an option to MinimumBandwidthOrdering that specifies the refinement method used to further improve the bandwidth ordering.