ecd.setup_const: Integration preprocessor for an ecd object

View source: R/ecd-setup-const-method.R

ecd.setup_constR Documentation

Integration preprocessor for an ecd object

Description

This is an internal helper function for ecd constructor Its main function is to determine const, const_left_x, and const_right_x during object construction.

Usage

ecd.setup_const(object, verbose = FALSE)

Arguments

object

An object of ecd class

verbose

logical, display timing information, for debugging purpose.

Value

list(const, const_left_x, const_right_x)

Author(s)

Stephen H. Lihn

Examples

ecd.toString(ecd(-1,1, sigma=0.1))


ecd documentation built on May 10, 2022, 1:07 a.m.