
Last seen: Jul 25, 2025
You had also said that you tried using Discrete(...). I thought I should also comment on that.Discrete(...) is not a distribution function, but is ins...
First, you'll need to decide whether you want a continuous or discrete distribution. Given that you don't want it fitted in any way, I'm assuming you ...
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...