Mutable Bi Map
Functions
Computes the box plot summaries for the data within the map
Computes the confidence intervals for the data in the map
The map of arrays is considered rectangular if all arrays in the map have the same number of elements (same size).
The size of the array that has maximum size. If empty the array size is 0.
The size of the array that has the minimum size. If empty the array size is 0.
Computes the statistical summaries for the data within the map
Converts the data map to a 2-D array. The values of the map are extracted
Converts the data stored in each array to columns within a DataFrame, with the column names as the key from the map and the columns holding the data. Each array must have the same size.
Converts the inner DoubleArray to List
Converts the data map to a long format view of the observations.