calc_weib_mix_density_matrix: Calculate the probability density function (PDF) matrix for a...

Description Usage Arguments Value

View source: R/density_calculations.R

Description

Given the input vector x and Weibull mixture parameters theta, calculate the probability density function (PDF) matrix, which has dimensions length(x) by num_mix, where num_mix = length(theta)/2. The mixture proportions are not accounted for in the calculation.

Usage

1

Arguments

x

Locations at which to evaluate probability density function

theta

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

Value

The PDF matrix with dimensions length(x) by length(theta)/2


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