Description Usage Arguments Value
View source: R/density_calculations.R
Given the input vector x and Weibull mixture proportions and parameters z and theta, calculate the probability density function for the input vector x.
1 | calc_weib_mix_density(x, z, theta)
|
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,...) |
The PDF vector for the input vector x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.