FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
Miscellaneous`WorldPlot` functionality is now available in the newly created World Plotting Package. Many enhancements are available through the built-in Mathematica kernel ...
CIF
(Mathematica Import/Export Format) MIME type: chemical/x-cif 3D molecular model file. Used in cheminformatics applications and on the web for storing and exchanging molecule models. CIF is an acronym for ...
Permutations[list] generates a list of all possible permutations of the elements in list. Permutations[list, n] gives all permutations containing at most n ...
In Mathematica , many kinds of data are stored in tables or lists. Mathematica provides many useful functions for creating and manipulating these tables.
SetAccuracy[expr, a] yields a version of expr in which all numbers have been set to have accuracy a.
CUDAClamp[lst] clamps the values of lst between automatically determined values.CUDAClamp[lst, low, high] clamps the values of lst between low and high.
Cashflow[{c_0, c_1, ..., c_n}] represents a series of cash flows occurring at unit time intervals.Cashflow[{c_0, c_1, ..., c_n}, q] represents cash flows occurring at time ...
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
MinDetect[image] gives a binary image in which white pixels correspond to constant extended minima in image.MinDetect[image, h] finds extended minima where the range of ...