estEfficiently: Function to estimate a noisy binary tree efficiently using...

Description Usage Arguments Value

View source: R/utilities-tree.R

Description

Function to estimate a noisy binary tree efficiently using all available information in the tree

Usage

1
estEfficiently(tree, n, nNodes, sigma, invSigmaSq)

Arguments

tree

Data frame with binary tree attributes and node values

n

Number of observations in the vector represented by the binary tree

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

Efficient estimate of noisy binary tree in vector form


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