RegionPlot[pred, {x, x_min, x_max}, {y, y_min, y_max}] makes a plot showing the region in which pred is True.
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 ...
ContinuousWaveletData[{{oct_1, voc_1} -> coef_1, ...}, wave] yields a continuous wavelet data object with wavelet coefficients coef_i corresponding to octave and voice ...
Cumulant[dist, r] gives the r\[Null]^th cumulant of the symbolic distribution dist.Cumulant[list, r] gives the r\[Null]^th cumulant of the elements in the list.Cumulant[r] ...
MardiaKurtosisTest[data] tests whether data follows a MultinormalDistribution using the Mardia kurtosis test.MardiaKurtosisTest[data, " property"] returns the value of " ...
MardiaSkewnessTest[data] tests whether data follows a MultinormalDistribution using the Mardia skewness test.MardiaSkewnessTest[data, " property"] returns the value of " ...
SinghMaddalaDistribution[q, a, b] represents the Singh\[Dash]Maddala distribution with shape parameters q and a and scale parameter b.
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
ParetoDistribution[k, \[Alpha]] represents a Pareto distribution with minimum value parameter k and shape parameter \[Alpha].ParetoDistribution[k, \[Alpha], \[Mu]] represents ...
AndersonDarlingTest[data] tests whether data is normally distributed using the Anderson\[Dash]Darling test.AndersonDarlingTest[data, dist] tests whether data is distributed ...