Description: Find missing values in a vector. Syntax: A.ismiss() Find the null values or empty strings in vector A and rvector, missing value
Description: Correct Akima piecewise cubic Hermite interpolation. Syntax: makimamthd(x,y,newx) Note: MathCli external livector, interpolation
Description: Search for positions of non-zero members in a vector or matrix. Syntax: mfind(A, n) Note: The MathCli extervector,matrix, non-zero
Description: Calculate the product of two matrices or vectors. Syntax: mul(A, X) Note: The function calculates the produvector, matrix, multiplication
Description: Calculate the standard error of the mean between two vectors. Syntax: mse(A,B) Note: The function calculatevector, standard error of the mean
Description: Piecewise cubic Hermite interpolating polynomial. Syntax: pchipmthd(x,y,newx) Note: MathCli external librarvector, interpolation, polynomial
Description: Calculate Pearson’s correlation coefficient between two vectors. Syntax: pearson(A,B) Note: The function cavector, pearson’s correlation coefficient
Description: Delete missing values from a vector. Syntax: A.rmmiss() Note: MathCli external library function (See Externvector, missing value
Description: Perform SG smoothing on each row of a vector or a matrix. Syntax: sg(A,n,m,d) Note: The MathCli external livector, matrix, sg smoothing
Description: Calculate Spearman’s correlation coefficient between two vectors. Syntax: spearman(A,B) Note: The function vector, spearman’s correlation coefficient