SymbolicC provides automated formatting of the generated C output. This section reviews some of the ways that you can work with formatting to create your own styles of ...
CauchyDistribution[a, b] represents a Cauchy distribution with location parameter a and scale parameter b.
CopulaDistribution[ker, {dist_1, dist_2, ...}] represents a copula distribution with kernel distribution ker and marginal distributions dist_1, dist_2, ....
CurrentValue[item] gives the current value of item at a location in the Mathematica system and interface. CurrentValue[{item, spec}] gives the current value for the feature ...
GatherBy[list, f] gathers into sublists each set of elements in list that gives the same value when f is applied.GatherBy[list, {f_1, f_2, ...}] gathers list into nested ...
GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...
LevyDistribution[\[Mu], \[Sigma]] represents a Lévy distribution with location parameter \[Mu] and dispersion parameter \[Sigma].
PieChart3D[{y_1, y_2, ...}] makes a 3D pie chart with sector angle proportional to y_1, y_2, ....PieChart3D[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a 3D pie ...
ReplacePart[expr, i -> new] yields an expression in which the i\[Null]\[Null]^th part of expr is replaced by new. ReplacePart[expr, {i_1 -> new_1, i_2 -> new_2, ...}] ...