The IMLMLIB library contains the following computational modules:
scales a correlation matrix into a covariance matrix
scales a covariance matrix into a correlation matrix
computes the exponential of a matrix
returns 1 if the argument is an empty matrix (zero rows and columns) and 1 otherwise
returns a magic square of a given size
computes Mahalanobis distance
returns the median of numeric data
performs quadratic regression
computes quartiles
performs regression analysis
standardizes numeric data
The IMLMLIB library contains the following utility modules:
returns a blank string of a specified length.
returns a matrix, M, that is the same size as the input matrix and such that .
converts a matrix into a column vector
returns a matrix that contains all combinations of elements from specified vectors
converts matrix indices to subscripts
returns a discrete color palette that is suitable for visualizing categorical data
returns a matrix, M, that is the same size as the input matrix and such that .
converts a matrix into a row vector
replaces substrings
converts matrix subscripts to indices
prints matrices in tabular format
The library contains the following functions for generating random samples from statistical distributions:
generates a random sample from a Dirichlet distribution
returns a matrix of random numbers from a specified distribution
generates a random sample from a multinomial distribution
generates a random sample from a multivariate Student’s t distribution
generates a random sample from a multivariate normal distribution
generates a random sample from a Wishart distribution
The library contains the following graphical subroutines that produce ODS graphics:
creates a bar chart
creates a box plot
creates a heat map with a continuous color ramp
creates a heat map with a discrete color ramp
creates a histogram
creates a scatter plot
creates a series plot
For compatibility with previous releases, the IMLMLIB library contains the following graphical subroutines that produce legacy graphics:
draws a box-and-whiskers plot
draws a scatter plot with bivariate normal probability contours
draws scatter plots of x-y data