MatrixandStatisticalFunctionLibraries
- Statistica Matrix and Statistical Function Libraries
- Include File Graphics.svx
- Include File STB.svx and Statistica Visual Basic Library of Matrix Functions
- A Simple Example - Inverting a Matrix
- Example - Accessing Variables (Columns) in Spreadsheets via the .VData(i) Property
Other useful properties of spreadsheet objects to access specific variables (columns) or cases (rows) of data are the VData(i) and .CData(i) properties. For example, the .VData(i) property allows you to copy individual columns from a spreadsheet to a 1-referenced array (vector) of Double values, and back. Here is an example: - Example - Accessing All Data in Spreadsheets via the .Data Property
- Accessing the Matrix Library via the MatrixObject
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.