bfa_subtree {bifurcatingr} | R Documentation |
This function extracts subtree of size (2^p-1)
from the end of a given
bifurcating autoregressive tree (model) of order p.
bfa_subtree(n, p)
n |
subtree size (integer) |
p |
an integer determining the order of bifurcating autoregressive model |
A numeric vector representing a subtree of size (2^p-1)
from
the end of a given bifurcating autoregressive tree.
bfa_subtree(31, 1)
bfa_subtree(31, 2)