KolmogorovSmirnovTest[data] tests whether data is normally distributed using the Kolmogorov\[Dash]Smirnov test.KolmogorovSmirnovTest[data, dist] tests whether data is ...
ReliefPlot[array] generates a relief plot of an array of height values.
"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
ZTest
(Built-in Mathematica Symbol) ZTest[data] tests whether the mean of the data is zero. ZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.ZTest[dspec, \[Sigma]] tests for zero ...
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
Mathematica has a collection of commands that do unconstrained optimization (FindMinimum and FindMaximum) and solve nonlinear equations (FindRoot) and nonlinear fitting ...
You can import XML data into Mathematica using the standard Import function, which has the following syntax. Importing files. The first argument specifies the file to be ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
MardiaCombinedTest[data] tests whether data follows a MultinormalDistribution using the Mardia combined test.MardiaCombinedTest[data, " property"] returns the value of " ...