eval_grid_hurdle_measure: Evaluate a Riemann sum on a grid of points that includes zero

.evalGridHurdleMeasureR Documentation

Evaluate a Riemann sum on a grid of points that includes zero

Description

Evaluate a Riemann sum on a grid of points that includes zero

Usage

.evalGridHurdleMeasure(lower, upper, dx, fun, ..., tol = 0.05)

Arguments

lower

vector of lower limits

upper

upper limits

dx

scalar gridsize

fun

function to evaluate. First argument should be the vector point at which it's being eval'd

...

passed to fun

tol

passed to fun

Value

list of: reimann-weighted function on the grid/lattice (feval) and breaks (lattice points)


amcdavid/HurdleNormal documentation built on May 14, 2022, 11:12 p.m.