Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can indexed variables have probability distributions associated with them?

0
Posted

Can indexed variables have probability distributions associated with them?

0

For example, I have an index called CITIES. And I want to define a variable called RAINFALL, indexed over CITIES, such that the variable instance has a different probability distribution for each city in CITIES. For Example, Monterey may have a uniform distribution between 7 and 15 inches of rain, and Philadelphia may have some triangular distribution. Given an index variable called CITIES, you can create an uncertain variable, RAINFALL, as a Table indexed by CITIES. (Select the Table option from the ‘Expr’ popup menu for the definition of RAINFALL. In the index chooser, select CITIES as the index.) Then you can type in any distribution, e.g. Normal(10, 2) or Triangular(0, 4, 6), into each cell of the table. The only limitation is that the Distribution object finder is not available to help you do this. If you want to specify a discrete probability mass function for each city, you can select Probability Table for RAINFALL, and create a table indexed by CITIES and RAINFALL. You create a

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123