envelope.logquad: Build a piecewise-quadratic envelope given log of a function

Description Usage Arguments

View source: R/envelope.logquad.R

Description

Build a piecewise-quadratic envelope given log of a function

Usage

1
2
3
4
5
6
7
envelope.logquad(
  breaks,
  logf,
  d.logf,
  dd.logf.sup,
  anchors = breaks[1:(length(breaks) - 1)]
)

Arguments

breaks

Breakpoints that define the start and end points of each interval over which a piecewise-quadratic function will be defined.

logf

Value of log(f) at the anchors.

d.logf

Derivative of log(f) evaluated at the anchors.

dd.logf.sup

Supremum of second derivative of log(f) over each interval

anchors

Locations within the intervals (defined by breaks) at which the polynomial approximation will be centered


jmhewitt/dsdive documentation built on May 29, 2020, 5:18 p.m.