Difference between revisions of "Analytica 6.0 beta Release notes/Changes in 6.0.5"

 
Line 20: Line 20:
  
 
==Libraries==
 
==Libraries==
* Added a new distribution <code>UDF, Normal_p1_p2( q1, q2, p1, p2 )</code> to the [[Standard_libraries#Distribution_Variations|Distribution Variations]] library that returns a Normal distribution given any two percentiles. For example,
+
* Added a new distribution [[Normal_p1_p2]] to the [[Standard_libraries#Distribution_Variations|Distribution Variations]] library that returns a Normal distribution given any two percentiles. For example,
 
 
<code>Normal_p1_p2( 3, 7, 10%, 25% )</code>
 
 
 
Is the normal distribution with p10=3 and p25=7.
 

Latest revision as of 03:06, 26 June 2021

This page lists all changes in the beta build 6.0.5 that have occurred since the previous beta build 6.0.4.


Expression Assist

  • Fixed a bug where the Expression_Assist was not recognizing a previously typed local as a possible completion
  • Added functionality to the Expression assist. When a local variable has been declared with explicit indexes, then the Expression Assist will display these indexes when the local variable identifier is followed by a dot or an open subscript bracket.

Installer and Licensing

  • Fixed a problem where some free101 users were not receiving a welcome email.

Graphing

Tables

  • Fixed a problem with setting number formats for the .Probability index (in probability band result tables).

Object Window

  • Added a right click menu (to the left 1" of the object window) with a click list to show/hide attributes in the object window (for that object only). Separate from the attribute settings in the Object_menu.

Libraries

Comments


You are not allowed to post comments.