Last seen: Nov 18, 2024
Salary[ CL = CBE ] is correct. Why do you think it is wrong?
To highlight the gist of your question, this WOULD NOT work Chance Num_of_projects ::= Binomial( 50, 0.6 ) Index Project ::= 1..Num_of_projects ...
Double check you want TOD as an index, and at what resolution. A timestamp would not be a good candidate for an index, for example, since you'd almost...
Your description is pretty vague and there are tons of variations on what you might have done so far, and exactly what you mean by "link to an index"....
@ddb8zvbjy5qer2dwyzwynjlpc543 What might be happening is that it sets it only for the cell you have selected, which is how it works, but you expect...
The three dots is called repeated parameter forwarding. The second parameter of Min is a repeated index parameter. If you know in advance that you wou...
There is not a graphing switch like there is for "sort by data spread" that would sort in the graph by start time.What you need is a criteria that can...
I've attached a model that illustrates one approach to this. The approach is to draw the activity DAG as an influence diagram. To indicate that the no...
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...