ListLogPlot[{y_1, y_2, ...}] makes a log plot of the y_i, assumed to correspond to x coordinates 1, 2, ....ListLogPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log plot of the ...
NProbability[pred, x \[Distributed] dist] gives the numerical probability for an event that satisfies the predicate pred under the assumption that x follows the probability ...
ProductDistribution[dist_1, dist_2, ...] represents the joint distribution with independent component distributions dist_1, dist_2, ....
StableDistribution[type, \[Alpha], \[Beta], \[Mu], \[Sigma]] represents the stable distribution S_type with index of stability \[Alpha], skewness parameter \[Beta], location ...
Views
(Mathematica Tutorial) Mathematica supports a variety of objects that can be used to organize and display information in output. Known collectively as views, these objects range from the simple ...
A remote kernel in use may fail at any time, due to hardware, network, or software problems. A failure of a remote kernel will be noticed the next time Parallel Computing ...
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
Notation , Symbolize and InfixNotation have several options that modify their behavior. These notation functions all take the options WorkingForm and Action. In addition the ...
The connectivity and data-processing capabilities of Mathematica make it ideal for importing and analyzing data displayed on a website. In most cases, this is relatively ...
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.