mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint MTensor_getRank (MTensor t) gets the rank of an MTensor.
ContinuousWaveletTransform[{x_1, x_2, ...}] gives the continuous wavelet transform of a list of values x_i.ContinuousWaveletTransform[data, wave] gives the continuous wavelet ...
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
This package provides functions for the generation of standard waveforms and waveforms with user-specified spectra, the synthesis of amplitude and frequency modulated ...
CentralMomentGeneratingFunction[dist, t] gives the central moment generating function for the symbolic distribution dist as a function of the variable t. ...
n! gives the factorial of n.
FisherHypergeometricDistribution[n, n_succ, n_tot, w] represents a Fisher noncentral hypergeometric distribution.
InputField[] represents a blank editable input field. InputField[x] represents an editable input field that currently contains the expression x. InputField[Dynamic[x]] takes ...