Palettes can be configured to remember their previous states across front end sessions. This is useful for palettes containing multiple expandable sections, tab views, ...
The functions FindMinimum, FindMaximum, and FindRoot have the HoldAll attribute and so have special semantics for evaluation of their arguments. First, the variables are ...
FRatioDistribution[n, m] represents an F-ratio distribution with n numerator and m denominator degrees of freedom.
NoncentralBetaDistribution[\[Alpha], \[Beta], \[Delta]] represents a noncentral beta distribution with shape parameters \[Alpha], \[Beta] and noncentrality parameter \[Delta].
RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].
SkewNormalDistribution[\[Mu], \[Sigma], \[Alpha]] represents a skew-normal distribution with shape parameter \[Alpha], location parameter \[Mu], and scale parameter \[Sigma].
DagumDistribution[p, a, b] represents a Dagum distribution with shape parameters p and a and scale parameter b.
LogLogisticDistribution[\[Gamma], \[Sigma]] represents a log-logistic distribution with shape parameter \[Gamma] and scale parameter \[Sigma].
MultivariatePoissonDistribution[\[Mu]_0, {\[Mu]_1, \[Mu]_2, \ ...}] represents a multivariate Poisson distribution with mean vector {\[Mu]_0 + \[Mu]_1, \[Mu]_0 + \[Mu]_2, ...
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...