Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

mixtools (version 1.1.0)

ddirichlet: Density Function for the Dirichlet Distribution

Description

Density function for the Dirichlet distribution.

Usage

ddirichlet(x, alpha)

Arguments

x

A k-dimensional vector of values that sum to 1 for which to calculate the density

alpha

A k-dimensional vector of the Dirichlet distribution parameters.

Details

This is usually not to be called by the user.