spgetprobuncond


Purpose
To obtain the unconditional probability of visiting a node.
Synopsis
spgetprobuncond(t:integer, n: integer): real
Arguments
stage number belonging to {1..T}, where T is the number of stages
node number belonging to {1..Nt}, where Nt is number of nodes in stage t
Return value
P(t,n) 
unconditional probability of visiting nth node in the tth stage
Further information
1. This function should be called after generating scenario tree.
2. The probability of a scenario is simply the unconditional probability of visiting the terminal node corresponding to that scenario.
3. The unconditional probability at a node is simply the product of conditional probabilities at nodes that belong to the path to that node.
Related topics
spgetscencount, spgetnodecount, spgetprobcond, spgetprobscen, spgetparent, spgetchildrencount, spgetchild, spprinttree


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.