Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Finance[GetDescendants] - get descendants of a tree node
Calling Sequence
GetDescendants(T, i, j)
Parameters
T
-
binomial or trinomial tree data structure
i
positive integer; time step
j
positive integer; node index
Description
At each level the nodes of a recombining tree are indexed from 1 to n (the number of tree nodes at this level), where 1 denotes the lowermost node and n denotes the uppermost node of the tree. The GetDescendants command returns the list of indices of the descendants of node j at level i of the tree T. This command is related to the GetProbabilities command in-as-much as the descendants returned by GetDescendants and transition probabilities returned by GetProbabilities are ordered correspondingly.
Note that node descendants cannot be set. Instead you can adjust the state space and the transition probabilities to acheve the same approximating tree.
Compatibility
The Finance[GetDescendants] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
First consider a trinomial tree approximating an Ornstein-Uhlenbeck process.
Here is a plot of this tree.
Get descendants of the node 3 at level 3. The descendants belong to level 4.
Get the corresponding probabilities.
This means that the probability of moving from node (3, 3) to node (4, 2) is approximately 0.15, the probability of moving from node (3, 3) to node (4, 3) is approximately 0.66 and the probability of moving from node (3, 3) to node (4, 4) is approximately 0.18.
See Also
Finance[BinomialTree], Finance[GetProbabilities], Finance[GetUnderlying], Finance[SetProbabilities], Finance[SetUnderlying], Finance[TrinomialTree]
Download Help Document