DΒΆ

Function Purpose Statement
dataSets Retrieves a commonly analyzed data set.
decisionTree Generates a decision tree for a single response variable and two or more predictor variables.
decisionTreePredict Computes predicted values using a decision tree.
decisionTreePrint Prints a decision tree.
decisionTreeFree Frees the memory associated with a decision tree.
difference Differences a seasonal or nonseasonal time series.
discreteTableSetup Sets up a table to generate pseudorandom numbers from a general discrete distribution.
discreteUniformCdf Evaluates the discrete uniform cumulative distribution function (CDF).
discreteUniformInverseCdf Evaluates the inverse of the discrete uniform cumulative distribution function (CDF).
discreteUniformPdf Evaluates the discrete uniform probability density function (PDF).
discriminantAnalysis Performs discriminant function analysis.
dissimilarities Computes a matrix of dissimilarities (or similarities) between the columns (or rows) of a matrix.