Difference between revisions of "Modelling Guide"
m |
m |
||
Line 1: | Line 1: | ||
− | + | <div style="column-count: 3;-moz-column-count:3;-webkit-column-count:3"> | |
__TOC__ | __TOC__ | ||
---- | ---- | ||
− | |||
Most of these pages offer tips and details that go beyond the [[Analytica User Guide]]: | Most of these pages offer tips and details that go beyond the [[Analytica User Guide]]: | ||
Line 54: | Line 53: | ||
* [[Collation Order|Sorting text values]] | * [[Collation Order|Sorting text values]] | ||
* [[Meta-Inference]] | * [[Meta-Inference]] | ||
− | + | ||
=== Intelligent Arrays and Array abstraction === | === Intelligent Arrays and Array abstraction === | ||
* [[Array Abstraction]] | * [[Array Abstraction]] | ||
* [[Writing Array-Abstractable Definitions]] | * [[Writing Array-Abstractable Definitions]] | ||
+ | * [[Expressions that don't array-abstract]] | ||
* [[Array Manipulation Examples and Challenge Problems]] | * [[Array Manipulation Examples and Challenge Problems]] | ||
− | |||
* [[Associative vs. Positional Indexing]] | * [[Associative vs. Positional Indexing]] | ||
− | *[[Self-Indexed Arrays]] | + | * [[Self-Indexed Arrays]] |
− | *[[Implicit Dimensions]] (Lists, null-indexed arrays, unnamed dimensions) | + | * [[Implicit Dimensions]] (Lists, null-indexed arrays, unnamed dimensions) |
* [[Local Indexes]] | * [[Local Indexes]] | ||
− | *[[Table Splicing]] - edit tables based on computed indexes | + | * [[Table Splicing]] - edit tables based on computed indexes |
=== User-defined functions and libraries === | === User-defined functions and libraries === | ||
* [[User-Defined Functions]] | * [[User-Defined Functions]] | ||
* [[Creating Libraries]] | * [[Creating Libraries]] | ||
− | * [[Modules and Libraries]] | + | * [[Modules and Libraries]]: Organizing models for collaboration |
=== Integrating with other applications === | === Integrating with other applications === | ||
* [[Excel and Analytica]] | * [[Excel and Analytica]] | ||
− | * [[Integrating with R|Integrating with R | + | * [[Integrating with R|Integrating with R stats language]] |
* [[OLE Linking]] | * [[OLE Linking]] | ||
* [[Retrieving Content From the Web]] | * [[Retrieving Content From the Web]] | ||
Line 97: | Line 96: | ||
=== Other concepts === | === Other concepts === | ||
− | |||
* [[Parametric Analysis]] | * [[Parametric Analysis]] | ||
* [[Encoding Decision Trees|Decision trees as influence diagrams]] | * [[Encoding Decision Trees|Decision trees as influence diagrams]] | ||
− | |||
=== [[:category:Concepts|List of concept pages]] === | === [[:category:Concepts|List of concept pages]] === | ||
− | </ | + | </div> |
Revision as of 22:30, 21 March 2016
Most of these pages offer tips and details that go beyond the Analytica User Guide:
Modeling tips
Quick access
Settings
Graphing
- Graph setup dialog
- Introduction to the Coordinate Index
- Graphing a Probability Density
- Making a Multi-D Scatter Plot
- Tornado Plots
- Gantt Charts
- Waterfall Charts
- Contour/Region Charts
- Stacked clustered bar charts
- Heat maps
- Substitutes for Tukey-style Box Plots
End-user interfaces
- Using Buttons
- Inserting Choice Controls in Edit Table Cells
- Introduction to SubTables
- Customizing Balloon Help
- Model building by mouse
Analytica language
- Expression Syntax
- User-Defined Functions
- Analytica Object Classes
- Objects and Values
- Analytica Attributes
- Using References
- Functions by category
- Functions by wiki category
- Functions and Operators in alphabetical order
- Function Parameter Qualifiers
- Analytica System Variables
- INF, NAN, Null, and Undefined
- For versus Var
- Sorting text values
- Meta-Inference
Intelligent Arrays and Array abstraction
- Array Abstraction
- Writing Array-Abstractable Definitions
- Expressions that don't array-abstract
- Array Manipulation Examples and Challenge Problems
- Associative vs. Positional Indexing
- Self-Indexed Arrays
- Implicit Dimensions (Lists, null-indexed arrays, unnamed dimensions)
- Local Indexes
- Table Splicing - edit tables based on computed indexes
User-defined functions and libraries
- User-Defined Functions
- Creating Libraries
- Modules and Libraries: Organizing models for collaboration
Integrating with other applications
- Excel and Analytica
- Integrating with R stats language
- OLE Linking
- Retrieving Content From the Web
- Querying an ODBC data source
Uncertainty and probability distributions
Optimizer
Evaluation and caching
Scripting and Typescript
Other concepts
List of concept pages
Comments
Enable comment auto-refresher