This function evaluates the inverse of the Weibull cumulative distribution function.
WBLIN — Function value, the value of the inverse of the Weibull cumulative distribution distribution function. (Output)
P — Probability for which the inverse of the Weibull cumulative distribution function is to be evaluated. (Input)
Specific: The specific interface names are S_WBLIN and D_WBLIN.
Double: The double precision name is DWBLIN.
The function WBLIN evaluates the inverse distribution function of a Weibull random variable with scale parameter A and shape parameter B.
In this example, we evaluate the inverse probability function at P = 0.8946, A = 1.0, B = 2.0.
USE
UMACH_INT
USE
WBLIN_INT
IMPLICIT NONE
WRITE (NOUT, 99999) P, A, B, X
99999 FORMAT (' WBLIN(', F4.2, ', ', F4.2, ', ', F4.2, ') = ', F6.4)
WBLIN(0.8946, 1.00, 2.00) = 1.5000
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |