Statistica Matrix and Statistical Function Libraries
Statistica Visual Basic contains a large number of designated matrix and Statistical functions that make the SVB environment ideal for prototyping algorithms or for developing custom Statistical procedures. The matrix and Statistical functions are documented in detail in Statistica matrix function library.
One major advantage of using the Statistica library of matrix functions, instead of writing these functions "by hand" in Visual Basic is that the former will evaluate much faster. For example, when you want to invert large matrices, the MatrixInverse function will perform the actual matrix inversion using the highly optimized (compiled) algorithms of Statistica.
In order to ensure the portability of all Statistica Visual Basic macros, you can specify an asterisk in front of the root file name for the standard include files. When Statistica detects the *, it will automatically search for the STB.svx file in standard places (e.g., the directory where the macro has been saved, the global macro directory, and the directory where the Statistica application is located). Thus it is not necessary to state the complete path for the STB.svx file when including this file in your Statistica Visual Basic programs via the $Include statement.