Difference between revisions of "Modelling Guide"

m
m
Line 4: Line 4:
 
<columns>
 
<columns>
 
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]]:
== Quick access ==
+
 
 +
==== Modeling tips ====
 +
* [[Managing Memory and CPU Time for large models]]
 +
* [[Debugging Hints]]
 +
* [[Modeling Changes over Time]]
 +
 
 +
=== Quick access ===
 
* [[Keyboard Shortcuts]]
 
* [[Keyboard Shortcuts]]
 
* [[Shortcuts for Table Navigation]]
 
* [[Shortcuts for Table Navigation]]
  
== Settings ==
+
=== Settings ===
 
* [[Preferences]] dialog options.  Most of these preferences are stored with the model.  
 
* [[Preferences]] dialog options.  Most of these preferences are stored with the model.  
 
* [[Configuring Personalized Defaults]] for configuring your own personal preferences.
 
* [[Configuring Personalized Defaults]] for configuring your own personal preferences.
  
== Analytica language ==
+
=== 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 ===
 +
* [[Buttons|Using Buttons]]
 +
* [[Inserting Choice Controls in Edit Table Cells]]
 +
* [[Introduction to SubTables]]
 +
* [[Description_balloons#Customizing_Balloon_Content|Customizing Balloon Help]]
 +
* [[Model building by mouse]] Enabling modelers to build models by copying nodes and drawing arrows
 +
 
 +
=== Analytica language ===
 
*[[Expression Syntax]]
 
*[[Expression Syntax]]
 
* [[User-Defined Functions]]
 
* [[User-Defined Functions]]
 
* [[Class|Analytica Object Classes]]  
 
* [[Class|Analytica Object Classes]]  
 +
*[[Objects and Values]]
 
* [[Analytica Attributes| Analytica Attributes]]
 
* [[Analytica Attributes| Analytica Attributes]]
*[[Objects and Values]]
 
 
*[[Using References]]  
 
*[[Using References]]  
 
* [[Functions by category]]
 
* [[Functions by category]]
Line 28: Line 54:
 
* [[Collation Order|Sorting text values]]
 
* [[Collation Order|Sorting text values]]
  
== End-user interfaces ==
+
=== Intelligent Arrays and Array abstraction ===
* [[Buttons|Using Buttons]]
 
* [[Inserting Choice Controls in Edit Table Cells]]
 
* [[Introduction to SubTables]]
 
* [[Description_balloons#Customizing_Balloon_Content|Customizing Balloon Help]]
 
* [[Model building by mouse]] Enabling modelers to build models by copying nodes and drawing arrows
 
 
 
== Intelligent Arrays and Array abstraction ==
 
 
* [[Array Abstraction]]
 
* [[Array Abstraction]]
 
* [[Writing Array-Abstractable Definitions]]
 
* [[Writing Array-Abstractable Definitions]]
Line 46: Line 65:
 
*[[Table Splicing]] - edit tables based on computed indexes  
 
*[[Table Splicing]] - edit tables based on computed indexes  
  
== Graphing ==
+
=== User-defined functions and libraries ===
* [[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]]
 
 
 
=== Modeling tips ===
 
* [[Managing Memory and CPU Time for large models]]
 
* [[Debugging Hints]]
 
 
 
== User-defined functions and libraries ==
 
 
* [[User-Defined Functions]]
 
* [[User-Defined Functions]]
 
* [[Creating Libraries]]
 
* [[Creating Libraries]]
 
* [[Modules and Libraries]]&nbsp;: Organizing models and files for collaboration
 
* [[Modules and Libraries]]&nbsp;: Organizing models and files for collaboration
###
+
 
== Integrating with other applications ==
+
=== 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: A Programming Environment for Data Analysis and Graphics]]
Line 75: Line 77:
 
* [[DbQuery/Step-by-Step_querying_Microsoft_Access|Querying an ODBC data source]]
 
* [[DbQuery/Step-by-Step_querying_Microsoft_Access|Querying an ODBC data source]]
  
== Uncertainty and probability distributions ==
+
=== Uncertainty and probability distributions ===
 
* [[Expressing Uncertainty]]
 
* [[Expressing Uncertainty]]
 
* [[Mixture distribution]]s
 
* [[Mixture distribution]]s
  
== Optimizer ==
+
=== Optimizer ===
 
*[[DefineOptimization]]  
 
*[[DefineOptimization]]  
 
*[[Formulations that Preserve Linearity for Optimization]]  
 
*[[Formulations that Preserve Linearity for Optimization]]  
  
== Evaluation and caching ==
+
=== Evaluation and caching ===
 
* [[Evaluation Modes]]
 
* [[Evaluation Modes]]
 
* [[Proactive Evaluation]]
 
* [[Proactive Evaluation]]
 
* [[Controlling When Result Are Cached]]
 
* [[Controlling When Result Are Cached]]
  
== Scripting and Typescript ==
+
=== Scripting and Typescript ===
 
* [[Scripting| Button scripts]]
 
* [[Scripting| Button scripts]]
 
* [[Scripting Guide]]
 
* [[Scripting Guide]]
 
* [[:Category:Typescript Commands|Typescript commands]]
 
* [[:Category:Typescript Commands|Typescript commands]]
  
== Other concepts ==
+
=== Other concepts ===
  
* [[Modeling Changes over Time]]
 
 
* [[Parametric Analysis]]  
 
* [[Parametric Analysis]]  
* [[Encoding 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]]  ===
 
</columns>
 
</columns>

Revision as of 21:44, 21 March 2016


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.