Description Usage Arguments Examples
MOTP-Weibull density function (MOTPW)
1 | pdf_theorical(x, alpha, theta, beta, lambda)
|
x |
support of the probability density function. |
alpha |
Parameter. |
theta |
Parameter. |
beta |
Parameter. |
lambda |
Parameter. |
1 2 3 4 5 6 7 8 9 10 | # Checking the implementation of the theorical density function:
integrate(
pdf_theorical,
lower = 0,
upper = 20,
alpha = 1,
theta = 0.5,
beta = 1,
lambda = 1
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.