MOTP-Weibull density function (MOTPW)

pdf_theorical(x, alpha, theta, beta, lambda)

Arguments

x

support of the probability density function.

alpha

Parameter.

theta

Parameter.

beta

Parameter.

lambda

Parameter.

Examples

# Checking the implementation of the theorical density function: integrate( pdf_theorical, lower = 0, upper = 20, alpha = 1, theta = 0.5, beta = 1, lambda = 1 )
#> 1 with absolute error < 1.7e-07