When derivatives cannot be computed symbolically, "Newton's" method will be used, but with a finite difference approximation to the Jacobian. This can have costs in terms of ...
CUDAImageAdd[img, x] adds an amount x to each channel value in img.CUDAImageAdd[mem, x] adds an amount x to each channel value in mem.CUDAImageAdd[img 1, img 2] gives an ...
CUDAImageMultiply[img, x] multiplies an amount x to each channel value in img.CUDAImageMultiply[mem, x] multiplies an amount x to each channel value in ...
The raw SQL command DELETE deletes data from a database. An alternative is to use the Mathematica command SQLDelete, described in "Deleting Data". If you find that the ...
By default, any interface definition executes within a single thread, and since currently GUIKit` definitions execute at runtime as Java components, this means that execution ...
PDB
(Mathematica Import/Export Format) MIME type: chemical/x-pdb Protein Data Bank PDB files. 3D molecular model file. Used in bioinformatics applications and on the web for storing and exchanging molecule models. ...
FisherRatioTest[data] tests whether the variance of data is one. FisherRatioTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
HaarWavelet[] represents a Haar wavelet.
LeveneTest[data] tests whether the variance of data is 1. LeveneTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.LeveneTest[dspec, ...
WatsonUSquareTest[data] tests whether data is normally distributed using the Watson U^2 test.WatsonUSquareTest[data, dist] tests whether data is distributed according to dist ...