NETAssembly["name", n] represents a .NET assembly with the specified name.
NETType["name", n] represents a .NET type with the specified name.
FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...
Animations can convey much more information than static displays. The built-in Mathematica functions Animate and ListAnimate provide an immediate way to construct animations ...
NetCDF
(Mathematica Import/Export Format) MIME type: application/x-netcdf NetCDF data file format. Self-describing format for exchanging scientific data. Used in atmospheric research, GIS, and related fields. NetCDF ...
AccuracyGoal is an option for various numerical operations which specifies how many effective digits of accuracy should be sought in the final result.
AndersonDarlingTest[data] tests whether data is normally distributed using the Anderson\[Dash]Darling test.AndersonDarlingTest[data, dist] tests whether data is distributed ...
BSplineCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a non-uniform rational B-spline curve with control points pt_i.