C Library Functions  - ev2plt (3)

NAME

ev2plt(3f) - [M_datapac:LINE_PLOT] generate a extreme value type 2 (Frechet) probability plot

CONTENTS

Synopsis
Description
Options
Examples
Author
Maintainer
License
References

SYNOPSIS

SUBROUTINE EV2PLT(X,N,Gamma)

DESCRIPTION

ev2plt(3f) generates a extreme value type 2 probability plot (with tail length parameter value = gamma).

the prototype extreme value type 2 distribution used n herein is defined for all non-negative x, and has the probability density function

       f(x) = gamma * (x**(-gamma-1)) * exp(-(x**(-gamma))).

as used herein, a probability plot for a distribution is a plot of the ordered observations versus the order statistic medians for that distribution.

the extreme value type 2 probability plot is useful in graphically testing the composite (that is, location and scale parameters need not be specified) hypothesis that the underlying distribution from which the data have been randomly drawn is the extreme value type 2 distribution with tail length parameter value = gamma.

if the hypothesis is true, the probability plot should be near-linear.

a measure of such linearity is given by the calculated probability plot correlation coefficient.

OPTIONS

X description of parameter
Y description of parameter

EXAMPLES

Sample program:

   program demo_ev2plt
   use M_datapac, only : ev2plt
   implicit none
   ! call ev2plt(x,y)
   end program demo_ev2plt

Results:

AUTHOR

The original DATAPAC library was written by James Filliben of the Statistical Engineering Division, National Institute of Standards and Technology.

MAINTAINER

John Urban, 2022.05.31

LICENSE

CC0-1.0

REFERENCES

o FILLIBEN, ’TECHNIQUES FOR TAIL LENGTH ANALYSIS’, PROCEEDINGS OF THE

    EIGHTEENTH CONFERENCE ON THE DESIGN OF EXPERIMENTS IN ARMY RESEARCH

DEVELOPMENT AND TESTING (ABERDEEN, MARYLAND, OCTOBER, 1972), pages 425-450.
o HAHN AND SHAPIRO, STATISTICAL METHODS IN ENGINEERING, 1967, pages 260-308.
o JOHNSON AND KOTZ, CONTINUOUS UNIVARIATE DISTRIBUTIONS--1, 1970, pages 272-295.


Nemo Release 3.1 ev2plt (3) July 22, 2023
Generated by manServer 1.08 from 2a39a57e-c846-4765-8f6c-9d9276cdabb3 using man macros.