What is the capacity of STATISTICA BASIC, can it handle large computational problems?
STATISTICA BASIC is a powerful programming language that is well-suited to handle large computational problems: It supports local data arrays with up to 8 dimensions and there is no limit to the size of the arrays (all memory available in your system can be used, including virtual memory, e.g., correlation matrices 1,000 x 1,000 and larger can be computed [with a single function call] on most systems), so custom procedures involving operations on large multidimensional matrices can be developed (a comprehensive selection of matrix operations are also supported, see below). Matrices can be dynamically allocated or redimensioned in run time.