approxpDirichlet: Approximate CDF of Dirichlet

Description Usage Arguments Author(s) References Examples

View source: R/approxpDirichlet.R

Description

A monte-carlo approximation of the Dirichlet CDF.

Usage

1
approxpDirichlet(a, t, N = 10000)

Arguments

a

Dirichlet parameters

t

the proportions

N

number of samples to draw

Author(s)

Zen, Neal Fultz

References

http://stats.stackexchange.com/questions/57262/implementation-of-dirichlet-cdf

Examples

1
approxpDirichlet(c(1,3,1), c(0.299, 0.528, 0.204))

stackoverflow documentation built on Jan. 10, 2020, 9:07 a.m.