Ø A.bi() |
Split a low-frequency categorical enumerated sequence variable that contains a number of categories not greater than 6 into multiple binary variables during modeling |
Correct skewness of a numeric sequence |
|
Generate multiple derivative variables from a datetime sequence variable |
|
Generate multiple date difference variables for a datetime sequence/table sequence variable |
|
Fill missing values using the specified constant value |
|
Fill missing values with the specified values |
|
Fill missing values according to the specified method |
|
Impute missing values to a sequence type variable during modeling |
|
Find missing values in a vector |
|
Find missing values in a matrix |
|
Ø A.mi() |
Create indicator variable for missing values in a sequence variable |
Fill missing values with moving window method |
|
Ø A.mvp() |
Create indicator variables for the MVP analysis and automatically perform the subsequent handling according to a sequence of indicator variables for missing values |
Normalize a sequence type numeric variable during modeling |
|
Divide a sequence into a specified number of equal segments according to its length and returns the kth segment |
|
Delete missing values from a vector |
|
Delete rows or columns containing missing values from a matrix |
|
Ø A.sert() |
Remove outliers from a sequence type numeric variable during modeling |
Map enumerated values as integers |
|
Perform smoothing on a sequence type variable during modeling |
|
Correct skewness of a sequence of numeric target variables |
|
Ø chi_p() |
Calculate p-value of chi-square test |
A chi-square inverse cumulative distribution function |
|
Ø comabs() |
Calculate the modulus of a sequence of complex numbers |
Calculate angles of complex numbers |
|
Calculate a complex number’s complex conjugate |
|
Ø comexp() |
Create complex exponentials |
Get a complex number’s imaginary part |
|
Sort complex numbers in the form of complex conjugate pairs |
|
Create a sequence of complex numbers |
|
Get a complex number’s real part |
|
A sign function that only handles complex number |
|
Ø comstr() |
Output complex numbers as strings in the form of a+bi |
Shift phase angles |
|
Ø cov() |
Calculate the covariance between two vectors |
Ø covm() |
Calculate the covariance matrix for a matrix |
Ø dism() |
Calculate Mahalanobis distance between two vectors on covariance matrix |
Build models and perform predictions using the elastic net regression method |
|
Ø eye() |
Create a matrix whose major diagonal element is 1 and other elements are 0 |
Ø finv() |
An inverse cumulative distribution function F |
Calculate p-value for Fisher’s exact test |
|
Ø freq() |
Calculate the frequency of a specified member in a sequence |
Ø kmeans() |
Perform an unsupervised clustering algorithm that divides a dataset into predetermined number of clusters based on the minimum error function |
Ø lasso() |
Build models and perform predictions using the Lasso regression method |
For linear programming and calculate minimum value in linear objective function under linear constraints |
|
Correct Akima piecewise cubic Hermite interpolation |
|
Perform cumulative sum on a matrix or a multidimensional matrix |
|
Ø mfind() |
Search for positions of non-zero members in a vector or matrix |
Ø mmean() |
Calculate the mean value within a matrix or a multidimensional matrix |
Ø mnorm() |
Normalize a matrix or a multidimensional matrix |
Ø mstd() |
Calculate the standard deviation on a matrix or a multidimensional matrix |
Ø msum() |
Calculate sum on a matrix or a multidimensional matrix |
An inverse normal distribution function |
|
Ø ones() |
Create a multidimensional matrix where all the elements are1 |
Ø P.bi() |
Split a low-frequency categorical enumerated table sequence/record sequence variable that contains a number of categories not greater than 6 into multiple binary variables during modeling |
Correct skewness of a numeric variable |
|
Generate multiple derivative variables from a date table sequence/record sequence variable |
|
Generate multiple date difference variables for a datetime table sequence/record sequence variable |
|
Impute missing values to a table sequence/record sequence type variable during modeling |
|
Ø P.mi() |
Create indicator variable for missing values for a table sequence/record sequence variable during modeling |
Ø P.mvp() |
Create indicator variables for the MVP analysis and automatically perform the subsequent handling according to a table sequence/record sequence of indicator variables for missing values |
Normalize a table sequence/record sequence numeric variable during modeling |
|
Ø P.sert() |
Remove outliers from a table sequence/record sequence numeric variable during modeling |
Map enumerated variable values as integers |
|
Perform smoothing on a table sequence/record sequence variable of a table sequence/ record sequence during modeling |
|
Correct skewness of a table sequence/record sequence numeric variable |
|
Ø pca() |
Perform PCA on a matrix and return data for dimensionality reduction |
Piecewise cubic Hermite interpolating polynomial |
|
Ø pls() |
Fit together matrices using PLS technique |
Ø ridge() |
Build models and perform predictions using the ridge regression method |
Ø se() |
Calculate the standard error of a numeric sequence |
Ø sg() |
Perform SG smoothing on each row of a vector or a matrix |
Ø skew() |
Calculate the skewness of a sequence of numeric data |
Get cubic spline interpolation |
|
Ø svm() |
Solve binary classification problems and regression problems by supporting vector machines |
Ø tinv() |
T inverse cumulative distribution function |
Calculate t-test’s p-value |
|
Ø zeros() |
Create a multidimensional matrix where all the elements are zero |