JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
• Data Structures
上一个
•
下一个
Data Structures
Working with Collections of Data
JSL provides these basic data structures that can hold a variety of data in a single variable:
•
A list holds a number of other values, including nested lists and expressions.
•
A matrix is a row-by-column table of numbers.
•
An associative array maps keys to values, which can be almost any other type of data.
Contents
Lists
Evaluate Lists
Assignments with Lists
Perform Operations in Lists
Find the Number of Items in a List
Subscripts
Locate Items in a List
List Operators
Iterate through a List
Concatenate Lists
Insert a Nested List in an Existing List
Indexing into a List with Another List
Matrices
Construct Matrices
Subscripts
Inquiry Functions
Comparisons, Range Checks, and Logical Operators
Numeric Operations
Concatenation
Transpose
Indexing into a Matrix or List with Another Matrix or List
Matrices and Data Tables
Matrices and Reports
Loc Functions
Ranking and Sorting
Special Matrices
Inverse Matrices and Linear Systems
Decompositions and Normalizations
Build Your Own Matrix Operators
Statistical Examples
Associative Arrays
Create Associative Arrays
Work with Associative Arrays
Applications for Associative Arrays
Associative Arrays in Graph Theory
Associative Arrays in Set Operations