Style: Accessors to private members value | Inline trivial functions grouped with a unique comment |
Style: Function that update private members value | Inline trivial functions grouped with a unique comment |
▼Db: Numerical Data Base | |
Getting and Setting functions by Locator | |
Variable designation (used for simulations in particular) | |
Reading one or several Columns | |
Deleting one or several Columns | |
Calculating Spatial characteristics on the Db | |
Calculating basic Statistics | |
Checking validity for various parameters | |
Calculating several statistics in Db | |
Calculating correlations on variables of a Db | |
▼Mathematical Morphology: | |
Initial manipulations | |
Basic operations | |
Logical operations on images | |
Convert arrays (provided as a Vector of double values) into Bimage (binary image) and vice-versa | |
Label the connected component of a BImage | |
Performs some miscellaneous operations on BImages | |
Monovariate Statistics on variables | Compute several monovariate statistics (opers) on variables contained in a Db and produce the results in a convenient output format (Vector of values or Table) |
Correlation Matrix on variables | Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix) |
Statistics on variables (printed) | Compute statistics on variables contained in a Db and print out the results |
Multivariate Statistic on variables | Compute a Multivariate statistic on variables contained in a Db and return the results |
Statistics of points per cell | Statistics of points per cell |
Statistics stored in already created variables | Store several statistics calculated on a set of variables of a Db and store them in this same Db in variables already created. These functions should not be used in Target Language |