Finance
SetProbabilities
set transition probabilities of a tree node
Calling Sequence
Parameters
Description
Examples
Compatibility
SetProbabilities(T, i, j, p)
T
-
binomial or trinomial tree data structure
i
positive integer; time step
j
positive integer; node index
p
list of probabilities
The SetProbabilities command sets the transition probabilities for node j at level i of the tree T. The probabilities in p should correspond to the descendants of the node (i, j); see Finance[GetDescendants] and Finance[GetProbabilities] for more details.
The Finance[SetProbabilities] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Finance[BinomialTree]
Finance[GetDescendants]
Finance[GetProbabilities]
Finance[GetUnderlying]
Finance[SetUnderlying]
Finance[TrinomialTree]
Download Help Document