View source: R/ecd-setup-const-method.R
ecd.setup_const | R Documentation |
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.
ecd.setup_const(object, verbose = FALSE)
object |
An object of ecd class |
verbose |
logical, display timing information, for debugging purpose. |
list(const, const_left_x, const_right_x)
Stephen H. Lihn
ecd.toString(ecd(-1,1, sigma=0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.