DensityPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] makes a density plot of f as a function of x and y.
ExponentialDistribution[\[Lambda]] represents an exponential distribution with scale inversely proportional to parameter \[Lambda].
GeneralizedLinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a generalized linear model of the form g -1 (\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ...) that ...
HyperbolicDistribution[\[Alpha], \[Beta], \[Delta], \[Mu]] represents a hyperbolic distribution with location parameter \[Mu], scale parameter \[Delta], shape parameter ...
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
ProductDistribution[dist_1, dist_2, ...] represents the joint distribution with independent component distributions dist_1, dist_2, ....
SystemsModelFeedbackConnect[sys] gives the closed-loop system for the StateSpaceModel or TransferFunctionModel object sys with unity negative feedback. ...
TruncatedDistribution[{x_min, x_max}, dist] represents the distribution obtained by truncating the values of dist to lie between x_min and ...
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
WaveletThreshold[dwd] thresholds the detail wavelet coefficients in the DiscreteWaveletData object dwd.WaveletThreshold[dwd, tspec] thresholds the coefficients using the ...