Difference between revisions of "Modelling Guide"

m
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category: Analytica Modelers Guide]]
+
[[Category: Documentation]]
___TOC___
+
 
 +
<div style="column-count: 3;-moz-column-count:3;-webkit-column-count:3">
 +
__TOC__
 
----
 
----
<columns>
+
Most of these pages offer tips and details that go beyond the [[Analytica User Guide]]:
=== Modeling tips ===
+
 
 +
==== Modeling tips ====
 
* [[Managing Memory and CPU Time for large models]]
 
* [[Managing Memory and CPU Time for large models]]
 
 
* [[Debugging Hints]]
 
* [[Debugging Hints]]
 +
* [[Tips on model design]]
 +
* [[Modeling Changes over Time]]
  
== Intelligent Arrays and Array abstraction ==
+
=== Quick access ===
* [[Array Abstraction]]
+
* [[Keyboard Shortcuts]]
* [[Writing Array-Abstractable Definitions]]
+
* [[Shortcuts for Table Navigation]]
* [[Array Manipulation Examples and Challenge Problems]]
 
  
* [[Expressions that don't array-abstract]]
+
=== Settings ===
* [[Associative vs. Positional Indexing]]
+
* [[Preferences]]
*[[Self-Indexed Arrays]]
+
* [[Configuring Personalized Defaults]]
*[[Implicit Dimensions]] (Lists, null-indexed arrays, unnamed dimensions)
 
* [[Local Indexes]]
 
*[[Table Splicing]] - edit tables based on computed indexes
 
  
== Graphing ==
+
=== Graphing ===
 +
* [[Graph setup dialog]]
 
* [[Introduction to the Coordinate Index]]
 
* [[Introduction to the Coordinate Index]]
** [[Graphing a Probability Density]]
+
* [[Graphing a Probability Density]]
** [[Making a Multi-D Scatter Plot]]
+
*[[Making a Multi-D Scatter Plot]]
 
* [[Tornado Plots]]
 
* [[Tornado Plots]]
 
* [[Gantt Charts]]
 
* [[Gantt Charts]]
Line 31: Line 32:
 
* [[Heat maps]]
 
* [[Heat maps]]
 
* Substitutes for Tukey-style [[Box Plots]]
 
* Substitutes for Tukey-style [[Box Plots]]
###
+
 
== End-user interfaces ==
+
=== End-user interfaces ===
 
* [[Buttons|Using Buttons]]
 
* [[Buttons|Using Buttons]]
 
* [[Inserting Choice Controls in Edit Table Cells]]
 
* [[Inserting Choice Controls in Edit Table Cells]]
 
* [[Introduction to SubTables]]
 
* [[Introduction to SubTables]]
 
* [[Description_balloons#Customizing_Balloon_Content|Customizing Balloon Help]]
 
* [[Description_balloons#Customizing_Balloon_Content|Customizing Balloon Help]]
* [[Model building by mouse]] Enabling modelers to build models by copying nodes and drawing arrows
+
* [[Model building by mouse]]  
 +
 
 +
=== Analytica language ===
 +
*[[Expression Syntax]]
 +
* [[User-Defined Functions]]
 +
* [[Class|Analytica Object Classes]]
 +
*[[Objects and Values]]
 +
* [[Analytica Attributes| Analytica Attributes]]
 +
*[[Using References]]
 +
* [[Functions by category]]
 +
* [[:Category:Functions|Functions by wiki category]]
 +
* [[Alphabetical Function List|Functions and Operators in alphabetical order]]
 +
* [[Function Parameter Qualifiers]]
 +
* [[System variables]]
 +
* [[INF, NAN, Null, and Undefined]]
 +
* [[For versus Var]]
 +
* [[Collation Order|Sorting text values]]
 +
* [[Meta-Inference]]
  
== Integrating with other applications ==
+
=== 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]]
 
* [[Excel and Analytica]]
* [[Integrating with R|Integrating with R: A Programming Environment for Data Analysis and Graphics]]
+
* [[Integrating with R|Integrating with R stats language]]
 
* [[OLE Linking]]
 
* [[OLE Linking]]
 
* [[Retrieving Content From the Web]]
 
* [[Retrieving Content From the Web]]
 
* [[DbQuery/Step-by-Step_querying_Microsoft_Access|Querying an ODBC data source]]
 
* [[DbQuery/Step-by-Step_querying_Microsoft_Access|Querying an ODBC data source]]
  
== Evaluation and caching ==
+
=== Uncertainty and probability distributions ===
* [[Evaluation Modes]]
+
* [[Expressing Uncertainty]]
* [[Proactive Evaluation]]
 
* [[Controlling When Result Are Cached]]
 
 
 
== User-defined functions and libraries ==
 
* [[User-Defined Functions]]
 
* [[Modules and Libraries]]&nbsp;: Organizing models and files for collaboration
 
 
 
== Uncertainty and probability distributions ==
 
* [[Expressing Uncertainty]]&nbsp;: Distributions, sampling methods, the Run index, etc.
 
 
* [[Mixture distribution]]s
 
* [[Mixture distribution]]s
  
== Optimizer issues ==
+
=== Optimizer ===
 
*[[DefineOptimization]]  
 
*[[DefineOptimization]]  
 
*[[Formulations that Preserve Linearity for Optimization]]  
 
*[[Formulations that Preserve Linearity for Optimization]]  
  
== Other concepts ==
+
=== Evaluation and caching ===
* [[Class|Analytica Object Classes]]  
+
* [[Evaluation Modes]]
*[[Objects and Values]]  
+
* [[Proactive Evaluation]]
*[[Using References]]  
+
* [[Controlling When Result Are Cached]]
*[[Modeling Changes over Time]]  
+
* [[Save results]]
*[[Parametric Analysis]]
+
 
*[[INF, NAN, Null, and Undefined]]
+
=== Scripting and Typescript ===
*[[Encoding Decision Trees]] as influence diagrams
+
* [[Scripting| Button scripts]]
* [[Collation Order]], for text comparison and sorting
+
* [[Scripting Guide]]
* [[For versus Var]]
+
* [[:Category:Typescript Commands|Typescript commands]]
* [[Scripting]]&nbsp;: Button scripts, typescript
 
  
 +
=== Other concepts ===
 +
* [[Parametric Analysis]]
 +
* [[Encoding Decision Trees|Decision trees as influence diagrams]]
  
== [[:category:Concepts|List of concept pages]]  ==
+
=== [[:category:Concepts|List of concept pages]]  ===
</columns>
+
</div>

Latest revision as of 22:35, 15 November 2023



Most of these pages offer tips and details that go beyond the Analytica User Guide:

Modeling tips

Quick access

Settings

Graphing

End-user interfaces

Analytica language

Intelligent Arrays and Array abstraction

User-defined functions and libraries

Integrating with other applications

Uncertainty and probability distributions

Optimizer

Evaluation and caching

Scripting and Typescript

Other concepts

List of concept pages

Comments


You are not allowed to post comments.