calc_weib_mix_density: Caculate the density for a Weibull mixture model

Description Usage Arguments Value

View source: R/density_calculations.R

Description

Given the input vector x and Weibull mixture proportions and parameters z and theta, calculate the probability density function for the input vector x.

Usage

1
calc_weib_mix_density(x, z, theta)

Arguments

x

Locations at which to evaluate probability density function

z

Vector of mixture proportions

theta

The value of shape and scale parameters with the ordering (sh1_,sc_1,sh_2,sc_2,...)

Value

The PDF vector for the input vector x


MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.