ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
Because GPUs are SIMD machines, to exploit CUDA's potential you must pose the problem in an SIMD manner. Computation that can be partitioned in such a way that each thread ...
PlotLabel is an option for graphics functions that specifies an overall label for a plot.
Mathematica has the world's largest collection of consistent multifont mathematical notation characters—all fully integrated into both typesetting and symbolic expression ...
Annotation[expr, data] represents an expression expr, with annotation data.Annotation[expr, data, " type"] specifies the type of annotation being given.
Missing
(Built-in Mathematica Symbol) Missing[] represents data that is missing.Missing["reason"] specifies a reason for the data being missing.Missing["reason", expr] associates the expression expr with the ...
A typical package written in Mathematica introduces several new symbols intended for use outside the package. These symbols may correspond for example to new functions or new ...
All the functions FindMinimum, FindMaximum, and FindRoot take variable specifications of the same form. The function FindFit uses the same form for its parameter ...
EdgeLabelColor is an option that allows the user to associate different colors to edge labels. Black is the default color. EdgeLabelColor can be set as part of the graph data ...