Learn R Programming

ecd (version 0.9.2.4)

ecd.setup_const: 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)

Examples

Run this code
# NOT RUN {
ecd.toString(ecd(-1,1, sigma=0.1))

# }

Run the code above in your browser using DataLab