ebBeta: Wrap alternative models.

Description Usage Arguments Details Value See Also

View source: R/npbin.R

Description

Wrap alternative models.

Usage

1
2
3
4
5
ebBeta(x, m, p, breaks = seq(0, 1, length.out = 101), k = 4,
  pi.init = rep(1, length(breaks) + k - 4)/(length(breaks) + k - 4),
  pct0 = 0.45, init = NULL, iter.max = 200, err.max = 1e-05,
  ncores = 1, lb.opt = c(0, 0, 0), ub.opt = c(log(10000), log(10000),
  1))

Arguments

x

x

m

m

p

p

breaks

breaks

pi.init

Initial weights

pct0

pct0

init

init

iter.max

Max iterations

err.max

err.max

ncores

Number of cores to use

lb.opt

Lower bound

ub.opt

Upper bound

Details

wrapper of EBO and EBE

Value

List describing model

See Also

Other comparison functions: betaTrim_mle, emBspl


anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.