 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.analytica.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jgrellier</id>
	<title>Analytica Docs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.analytica.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jgrellier"/>
	<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php/Special:Contributions/Jgrellier"/>
	<updated>2026-06-09T00:04:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Patch_Release_4.1.2_is_now_available_for_Analytica_and_ADE&amp;diff=10589</id>
		<title>Patch Release 4.1.2 is now available for Analytica and ADE</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Patch_Release_4.1.2_is_now_available_for_Analytica_and_ADE&amp;diff=10589"/>
		<updated>2008-10-20T09:06:16Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''12 Sept 2008''&lt;br /&gt;
&lt;br /&gt;
Release 4.1.2 is now available for users for Analytica and ADE 4.1.0 or 4.1.1.   Release 4.1.2 is a patch release, focused predominantly on bug fixes, rather than new functionality.  If you have 4.1.0 or 4.1.1 installed, upgrading is fast and painless, and models that already work in 4.1.0 or 4.1.1 work fine without modification in 4.1.2.  We recommend all users of 4.1.0 and 4.1.1 should install the patch release (we very very strongly recommend it for users of 4.1.0, due to some critical bug fixes).&lt;br /&gt;
&lt;br /&gt;
You can view a list of what’s been fixed at [[What's fixed in release 4.1.2?]].    If you are downloading Analytica or ADE for the first time will automatically receive release 4.1.2.   To upgrade from a previous 4.1.x release, simply download and run the installer for Analytica or ADE from [http://lumina.com/ana/support/download.htm http://lumina.com/ana/support/download.htm].&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Array_Abstraction&amp;diff=7809</id>
		<title>Array Abstraction</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Array_Abstraction&amp;diff=7809"/>
		<updated>2008-02-15T20:06:14Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: Corrected links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concepts]]&lt;br /&gt;
[[Category:Doc Status D]] &amp;lt;!-- For Lumina use, do not change --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(in-progress)&lt;br /&gt;
&lt;br /&gt;
'''Array abstraction''' is one of the most powerful features in Analytica.  Although conceptually simple, Analytica modelers find that their mastery of [[array]] abstraction continues to improve over the course of years.  Array abstraction provides many benefits:&lt;br /&gt;
* Flexibility: Easy to alter an [[index]], e.g., adding or deleting elements.&lt;br /&gt;
* Hyper-flexibility: Easy to adjust the dimensionality of a model, even late in the modeling process.&lt;br /&gt;
* Direct [[what-if analysis]] and [[parametric analysis]].&lt;br /&gt;
* Simplifies expressions, which increases transparency&lt;br /&gt;
* Reduces the cognitive load of the modeler, with dramatic productivity gains during model creation.&lt;br /&gt;
* Speed - Analytica is an array-based semi-interpreted language, but array operations, the bulk of the computation, occur in &amp;quot;native code&amp;quot;.&lt;br /&gt;
* Representational Power: Any simple scalar function becomes a powerful array function when abstracted.&lt;br /&gt;
* Synergy with probabilistic inference: [[Monte Carlo method|Monte Carlo]] and [[Latin hypercube sampling|Latin hypercube]] simulation are accomplished in Analytica through array abstraction.  The [[Run]] index (i.e., the simulation index), is just another dimension, and the [[propagation of uncertainties]] through the model is an instance of array abstraction at work.&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Array_Abstraction&amp;diff=7808</id>
		<title>Array Abstraction</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Array_Abstraction&amp;diff=7808"/>
		<updated>2008-02-15T20:05:25Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: Added a few links to potential new documents&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Concepts]]&lt;br /&gt;
[[Category:Doc Status D]] &amp;lt;!-- For Lumina use, do not change --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(in-progress)&lt;br /&gt;
&lt;br /&gt;
'''Array abstraction''' is one of the most powerful features in Analytica.  Although conceptually simple, Analytica modelers find that their mastery of [[array]] abstraction continues to improve over the course of years.  Array abstraction provides many benefits:&lt;br /&gt;
* Flexibility: Easy to alter an [[index]], e.g., adding or deleting elements.&lt;br /&gt;
* Hyper-flexibility: Easy to adjust the dimensionality of a model, even late in the modeling process.&lt;br /&gt;
* Direct [[what-if analysis]] and [[parametric analysis]].&lt;br /&gt;
* Simplifies expressions, which increases transparency&lt;br /&gt;
* Reduces the cognitive load of the modeler, with dramatic productivity gains during model creation.&lt;br /&gt;
* Speed - Analytica is an array-based semi-interpreted language, but array operations, the bulk of the computation, occur in &amp;quot;native code&amp;quot;.&lt;br /&gt;
* Representational Power: Any simple scalar function becomes a powerful array function when abstracted.&lt;br /&gt;
* Synergy with probabilistic inference: [[Monte Carlo|Monte Carlo method]] and [[Latin hypercube|Latin hypercube sampling]] simulation are accomplished in Analytica through array abstraction.  The [[Run]] index (i.e., the simulation index), is just another dimension, and the [[propagation of uncertainties]] through the model is an instance of array abstraction at work.&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Talk:Enhancement_Requests_for_Analytica&amp;diff=6965</id>
		<title>Talk:Enhancement Requests for Analytica</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Talk:Enhancement_Requests_for_Analytica&amp;diff=6965"/>
		<updated>2007-11-28T13:46:10Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I would suggest ordering the kinds of requests that people have under a few subheadings. Any objections? [[User:Jgrellier|Jgrellier]] 05:46, 28 November 2007 (PST)&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6916</id>
		<title>Enhancement Requests for Analytica</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6916"/>
		<updated>2007-11-26T17:59:21Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Key for Level of Importance===&lt;br /&gt;
* Kind of cool *&lt;br /&gt;
* Valuable  ** &lt;br /&gt;
* Critical ***&lt;br /&gt;
* I can't use Analytica without it ****&lt;br /&gt;
* I'd pay x for it. $x &lt;br /&gt;
&lt;br /&gt;
(If it's a modification of an existing feature, described in Ana wiki, you might want to add it to that description rather than here.)&lt;br /&gt;
&lt;br /&gt;
===Requests===&lt;br /&gt;
Here's what I would really like to see added to Analytica:&lt;br /&gt;
&lt;br /&gt;
* When learning to use Analytica, I often have to go to the manual, go to the index at the end, look at the page number for the command I want to know about, then get to that page in the manual (which is not the same page as that page in Adobe Reader).  I would like it if there was a command reference that had links for all the commands to the appropriate manual sections. **&lt;br /&gt;
&lt;br /&gt;
Good suggestion: In the meantime, you may find this useful. Open the PDF User Guide and show the &amp;quot;Function list&amp;quot; page (After &amp;quot;Appendices&amp;quot;). This lists all functions organized by functional groups (also control constructs, system variables, object classes, and parameter qualifiers). Click on any item to jump to the place in the User Guide that explains it. (Alex Graham)&lt;br /&gt;
&lt;br /&gt;
Wynship Hillier&lt;br /&gt;
wynship@hotmail.com&lt;br /&gt;
&lt;br /&gt;
* I would like to see a function that can do bootstrap estimates of variance for use with a small sample.  I can't seem to find a way of doing that in Analytica. *&lt;br /&gt;
&lt;br /&gt;
(Lonnie) Here's how: [[media:Bootstrapping.ana|Bootstrapping.ana]]&lt;br /&gt;
&lt;br /&gt;
Pierre Richard&lt;br /&gt;
richardp@dfo-mpo.gc.ca&lt;br /&gt;
&lt;br /&gt;
* Possibility to save models as image-files (PNG etc.): It is possible to save graphs as image-files but not views from models. Now we need to take a screenshot first and then convert it into image-file before we can add it to web-documents. ** --[[User:Jvillman|Jvillman]] 22:39, 27 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* An '''Undo History''' function, or at least the possibility of undoing more than just the most recent edit (as it seems to be at present). ** [[User:Jgrellier|Jgrellier]] 01:43, 26 November 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* When viewing a graph and altering its '''Uncertainty Options''' it would be convenient if there was a '''Preview''' button, which would allow the user to see the result of changing these parameters. * [[User:Jgrellier|Jgrellier]] 09:59, 26 November 2007 (PST)&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6915</id>
		<title>Enhancement Requests for Analytica</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6915"/>
		<updated>2007-11-26T17:59:05Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: /* Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Key for Level of Importance===&lt;br /&gt;
* Kind of cool *&lt;br /&gt;
* Valuable  ** &lt;br /&gt;
* Critical ***&lt;br /&gt;
* I can't use Analytica without it ****&lt;br /&gt;
* I'd pay x for it. $x &lt;br /&gt;
&lt;br /&gt;
(If it's a modification of an existing feature, described in Ana wiki, you might want to add it to that description rather than here.)&lt;br /&gt;
&lt;br /&gt;
===Requests===&lt;br /&gt;
Here's what I would really like to see added to Analytica:&lt;br /&gt;
&lt;br /&gt;
* When learning to use Analytica, I often have to go to the manual, go to the index at the end, look at the page number for the command I want to know about, then get to that page in the manual (which is not the same page as that page in Adobe Reader).  I would like it if there was a command reference that had links for all the commands to the appropriate manual sections. **&lt;br /&gt;
&lt;br /&gt;
Good suggestion: In the meantime, you may find this useful. Open the PDF User Guide and show the &amp;quot;Function list&amp;quot; page (After &amp;quot;Appendices&amp;quot;). This lists all functions organized by functional groups (also control constructs, system variables, object classes, and parameter qualifiers). Click on any item to jump to the place in the User Guide that explains it. (Alex Graham)&lt;br /&gt;
&lt;br /&gt;
Wynship Hillier&lt;br /&gt;
wynship@hotmail.com&lt;br /&gt;
&lt;br /&gt;
* I would like to see a function that can do bootstrap estimates of variance for use with a small sample.  I can't seem to find a way of doing that in Analytica. *&lt;br /&gt;
&lt;br /&gt;
(Lonnie) Here's how: [[media:Bootstrapping.ana|Bootstrapping.ana]]&lt;br /&gt;
&lt;br /&gt;
Pierre Richard&lt;br /&gt;
richardp@dfo-mpo.gc.ca&lt;br /&gt;
&lt;br /&gt;
* Possibility to save models as image-files (PNG etc.): It is possible to save graphs as image-files but not views from models. Now we need to take a screenshot first and then convert it into image-file before we can add it to web-documents. ** --[[User:Jvillman|Jvillman]] 22:39, 27 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* An '''Undo History''' function, or at least the possibility of undoing more than just the most recent edit (as it seems to be at present). ** [[User:Jgrellier|Jgrellier]] 01:43, 26 November 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* When viewing a graph and altering its '''Uncertainty Options''' it would be convenient if there was a '''Preview''' button, which would allow the user to see the result of changing these parameters. [[User:Jgrellier|Jgrellier]] 09:59, 26 November 2007 (PST)&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6914</id>
		<title>Enhancement Requests for Analytica</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6914"/>
		<updated>2007-11-26T17:50:50Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: /* Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Key for Level of Importance===&lt;br /&gt;
* Kind of cool *&lt;br /&gt;
* Valuable  ** &lt;br /&gt;
* Critical ***&lt;br /&gt;
* I can't use Analytica without it ****&lt;br /&gt;
* I'd pay x for it. $x &lt;br /&gt;
&lt;br /&gt;
(If it's a modification of an existing feature, described in Ana wiki, you might want to add it to that description rather than here.)&lt;br /&gt;
&lt;br /&gt;
===Requests===&lt;br /&gt;
Here's what I would really like to see added to Analytica:&lt;br /&gt;
&lt;br /&gt;
* When learning to use Analytica, I often have to go to the manual, go to the index at the end, look at the page number for the command I want to know about, then get to that page in the manual (which is not the same page as that page in Adobe Reader).  I would like it if there was a command reference that had links for all the commands to the appropriate manual sections. **&lt;br /&gt;
&lt;br /&gt;
Good suggestion: In the meantime, you may find this useful. Open the PDF User Guide and show the &amp;quot;Function list&amp;quot; page (After &amp;quot;Appendices&amp;quot;). This lists all functions organized by functional groups (also control constructs, system variables, object classes, and parameter qualifiers). Click on any item to jump to the place in the User Guide that explains it. (Alex Graham)&lt;br /&gt;
&lt;br /&gt;
Wynship Hillier&lt;br /&gt;
wynship@hotmail.com&lt;br /&gt;
&lt;br /&gt;
* I would like to see a function that can do bootstrap estimates of variance for use with a small sample.  I can't seem to find a way of doing that in Analytica. *&lt;br /&gt;
&lt;br /&gt;
(Lonnie) Here's how: [[media:Bootstrapping.ana|Bootstrapping.ana]]&lt;br /&gt;
&lt;br /&gt;
Pierre Richard&lt;br /&gt;
richardp@dfo-mpo.gc.ca&lt;br /&gt;
&lt;br /&gt;
* Possibility to save models as image-files (PNG etc.): It is possible to save graphs as image-files but not views from models. Now we need to take a screenshot first and then convert it into image-file before we can add it to web-documents. ** --[[User:Jvillman|Jvillman]] 22:39, 27 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* An '''Undo History''' function, or at least the possibility of undoing more than just the most recent edit (as it seems to be at present). ** [[User:Jgrellier|Jgrellier]] 01:43, 26 November 2007 (PST)&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=User:Jgrellier&amp;diff=6912</id>
		<title>User:Jgrellier</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=User:Jgrellier&amp;diff=6912"/>
		<updated>2007-11-26T09:44:13Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Use of Analytica==&lt;br /&gt;
* Health risk assessment&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
	<entry>
		<id>https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6911</id>
		<title>Enhancement Requests for Analytica</title>
		<link rel="alternate" type="text/html" href="https://docs.analytica.com/index.php?title=Enhancement_Requests_for_Analytica&amp;diff=6911"/>
		<updated>2007-11-26T09:43:03Z</updated>

		<summary type="html">&lt;p&gt;Jgrellier: /* Requests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Key for Level of Importance===&lt;br /&gt;
* Kind of cool *&lt;br /&gt;
* Valuable  ** &lt;br /&gt;
* Critical ***&lt;br /&gt;
* I can't use Analytica without it ****&lt;br /&gt;
* I'd pay x for it. $x &lt;br /&gt;
&lt;br /&gt;
(If it's a modification of an existing feature, described in Ana wiki, you might want to add it to that description rather than here.)&lt;br /&gt;
&lt;br /&gt;
===Requests===&lt;br /&gt;
Here's what I would really like to see added to Analytica:&lt;br /&gt;
&lt;br /&gt;
* When learning to use Analytica, I often have to go to the manual, go to the index at the end, look at the page number for the command I want to know about, then get to that page in the manual (which is not the same page as that page in Adobe Reader).  I would like it if there was a command reference that had links for all the commands to the appropriate manual sections. **&lt;br /&gt;
&lt;br /&gt;
Good suggestion: In the meantime, you may find this useful. Open the PDF User Guide and show the &amp;quot;Function list&amp;quot; page (After &amp;quot;Appendices&amp;quot;). This lists all functions organized by functional groups (also control constructs, system variables, object classes, and parameter qualifiers). Click on any item to jump to the place in the User Guide that explains it. (Alex Graham)&lt;br /&gt;
&lt;br /&gt;
Wynship Hillier&lt;br /&gt;
wynship@hotmail.com&lt;br /&gt;
&lt;br /&gt;
* I would like to see a function that can do bootstrap estimates of variance for use with a small sample.  I can't seem to find a way of doing that in Analytica. *&lt;br /&gt;
&lt;br /&gt;
(Lonnie) Here's how: [[media:Bootstrapping.ana|Bootstrapping.ana]]&lt;br /&gt;
&lt;br /&gt;
Pierre Richard&lt;br /&gt;
richardp@dfo-mpo.gc.ca&lt;br /&gt;
&lt;br /&gt;
* Possibility to save models as image-files (PNG etc.): It is possible to save graphs as image-files but not views from models. Now we need to take a screenshot first and then convert it into image-file before we can add it to web-documents. ** --[[User:Jvillman|Jvillman]] 22:39, 27 June 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* An undo history, or at least the possibility of undoing more than just the most recent edit (as it seems to be at present). ** [[User:Jgrellier|Jgrellier]] 01:43, 26 November 2007 (PST)&lt;/div&gt;</summary>
		<author><name>Jgrellier</name></author>
	</entry>
</feed>