estBottomUp: Function to estimate a noisy binary tree from the terminal...

Description Usage Arguments Value

View source: R/utilities-tree.R

Description

Function to estimate a noisy binary tree from the terminal nodes

Usage

1
estBottomUp(tree, terminalLevelIndex, nNodes, sigma, invSigmaSq)

Arguments

tree

Data frame with binary tree attributes and node values

terminalLevelIndex

Index of the first terminal leaf node

nNodes

Number of nodes in the binary tree

sigma

Standard deviation of the noise used to perturb the estimates

invSigmaSq

Inverse variance of the noise used in perturbing nodes

Value

Bottom-up estimate of noisy binary tree in vector form


IQSS/PSI-Library documentation built on Feb. 15, 2020, 9:03 p.m.