
Last seen: Jul 25, 2025
I am sharing an alternative answer to Jeremy's question here that was produced by our prototype Analytica assistant, an AI research project we are cur...
First, I'm wondering whether there is a much simpler approach. Density is n*w/V, where n is the number of molecules, w is the molecular mass, and V is...
Regarding the discrepancy in the stats and mean that you asked about, I assume that the second column in your screenshot that is labelled "Extracted f...
BTW, to create a box plot in Analytica (we call them Tukey Plots or Tukey Bar Plots), you can do the following. Add the OnGraphDraw Annotations li...
Not a bug. You are in browse mode. Change to edit mode by pressing the arrow button on the toolbar.
The second value will be inv_0 - dem_t[1] + lambda[1] Let's take some example values: Inv_0 := 100000 Dem_t := 10 * I_t Lambda := 100 * I_t T...
You won't be changing the slicers in OnGraphDraw, but your OnGraphDraw logic might reading the slicer values. The slider positions are contained in ...
Glad you got it to work.Your original posting said that you "put it in a module and set the model's class to Filed module." You should have changed t...
> it should be possible to construct the influence diagram as intended before working out details of the definitions. I totally agree. Analytic...
In edit mode, select the node, then click on the image/icon within the node. You should notice that the four selection handles that appear at the corn...
One approach is to use AskMsgText to get the credentials. You would change your Connection_string variable's Definition to something like: Local use...
You can put a button (or picture node) on top of the module node, making it look like the module. To make it look the same, you can just add an image ...
The Front-to-back is determined by the z-order, which is stored in the NodeLocation attribute. It is an integer, and can be positive or negative. No...