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

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

ecd.estimate_constR Documentation

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

ecd.estimate_const(ecd(100,100, sigma=0.1, bare.bone=TRUE))


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