![]() |
INFORMATIVE QUANTILE FUNCTION
Name:
|
TRUNCATED INFORMATIVE QUANTILE PLOT | = | Generate a truncated informative quantile plot. |
EMPIRICAL QUANTILE PLOT | = | Generate an empirical quantile plot. |
EMPIRICAL CDF PLOT | = | Generates an empiricial CDF plot. |
KAPLAN MEIER PLOT | = | Generates a Kaplan Meier plot. |
PROBABILITY PLOT | = | Generates a probability plot. |
EMPIRICAL QUANTILE FUNCTION | = | Compute the empirical quantile function. |
Parzen (1983), "Informative Quantile Functions and Identification of Probability Distribution Types", Technical Report No. A-26, Texas A&M University.
. Step 1: Define some default plot control features . title offset 2 title case asis case asis label case asis line color blue red multiplot scale factor 2 multiplot corner coordinates 5 5 95 95 . . Step 2: Create 50, 100, 200, and 1000 normal random numbers and . compute the informative quantile funciton . let nv = data 50 100 200 1000 let p = sequence 0.01 0.01 .99 let y2 = norppf(p) set write decimals 3 . . Step 3: Loop through the four case and compute and plot the . informative quantile funciton with overlaid NORPPF . multiplot 2 2 loop for k = 1 1 4 let n = nv(k) let x = norm rand numb for i = 1 1 n let y u = informative quantile function x let y2 u2 = truncated informative quantile function x title N: ^n plot y u and plot y2 u2 end of loop end of multiplot . justification center move 50 97 text Informative Quantile Functions (blue) and Truncated Informative ... Quantile Functions (red) for Normal Random Numbers move 50 5 text u direction vertical move 5 50 text IQ(u)
Privacy
Policy/Security Notice
Disclaimer |
FOIA
NIST is an agency of the U.S.
Commerce Department.
Date created: 07/20/2017
Last updated: 07/20/2017
Please email comments on this WWW page to
[email protected].