eta1fn: Function for finding a root of eta1

Description Usage Arguments Details Value TODO FIXME Note Author(s) References See Also Examples

View source: R/eta1fn.R

Description

The function eta1fn searches the interval lower and upper for a root (i.e., zero) of eta1 in the three-parameter exponential family of distribution.

Usage

1
2
  eta1fn(eta0, eta1, eta2, logm, ztrunc = FALSE,
    method = c("LA", "AQ"), ...)

Arguments

eta0

n

eta1

nu/tau2+sum(y)

eta2

1/2*tau2

logm

a numeric value of the canonical parameter theta

...

other arguments

Details

write details

Value

write a returning value

TODO

write todo

FIXME

write fixme

Note

write notes

Author(s)

Chel Hee Lee <gnustats@gmail.com>

References

Lee (2013) “Imprecise inferential framework”, PhD thesis.

See Also

write see also

Examples

1
# to be added

ipeglim documentation built on May 2, 2019, 4:31 p.m.