Learn R Programming

ecd (version 0.9.2.4)

ecd.estimate_const: Estimate the normalization constant for an ecd object

Description

This is an internal helper function for ecd constructor Its main function is to estimate const using analytical formula, without any dependency on statistics and numerical integration.

Usage

ecd.estimate_const(object)

Arguments

object

An object of ecd class

Value

numeric, estimated const

Examples

Run this code
# NOT RUN {
ecd.estimate_const(ecd(100,100, sigma=0.1, bare.bone=TRUE))

# }

Run the code above in your browser using DataLab