Description Usage Arguments Value
View source: R/density_calculations.R
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.
1 | calc_weib_mix_density_matrix(x, theta)
|
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,...) |
The PDF matrix with dimensions length(x) by length(theta)/2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.