NoncentralStudentTDistribution[\[Nu], \[Delta]] represents a noncentral Student t distribution with \[Nu] degrees of freedom and noncentrality parameter \[Delta].
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...
PascalDistribution[n, p] represents a Pascal distribution with parameters n and p.
PearsonChiSquareTest[data] tests whether data is normally distributed using the Pearson \[Chi]^2 test.PearsonChiSquareTest[data, dist] tests whether data is distributed ...
SinghMaddalaDistribution[q, a, b] represents the Singh\[Dash]Maddala distribution with shape parameters q and a and scale parameter b.
TabView
(Built-in Mathematica Symbol) TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...}] represents an object in which clicking the tab with label lbl_i displays expr_i. TabView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...
TreeForm[expr] displays expr as a tree with different levels at different depths. TreeForm[expr, n] displays expr as a tree only down to level n.
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
Expressions corresponding to notebooks. Here is a simple Mathematica notebook. Here is the expression that corresponds to this notebook.
DiscreteWaveletData[{wind_1 -> coef_1, ...}, wave, wtrans] yields a discrete wavelet data object with wavelet coefficients coef_i corresponding to wavelet index wind_i, ...