dirichlet.mle: Maximum Likelihood Estimation of the Dirichlet Distribution

Description Usage Arguments Value

View source: R/sirt_dirichlet.R

Description

Maximum likelihood estimation of the parameters of the Dirichlet distribution

Usage

1
2
3
4
5
6
7
8
9
dirichlet.mle(
  x,
  weights = NULL,
  eps = 10^(-5),
  convcrit = 1e-05,
  maxit = 1000,
  oldfac = 0.3,
  progress = FALSE
)

Arguments

x

x

Value

A list with following entries

alpha Vector of α parameters alpha0 The concentration parameter $α_0=∑_k α_k$ xsi Vector of proportions $ξ_k=α_k / α_0$


lgaborini/rstanBF documentation built on March 10, 2021, 1:12 p.m.