R/02.Prior.R

Defines functions prior.tree

#prior for tree
prior.tree=function(base,power,depth){ #alpha is base; beta is power
  base/((1+depth)^power)
}

Try the btml package in your browser

Any scripts or data that you put into this service are public.

btml documentation built on March 15, 2026, 5:07 p.m.