Learn R Programming

lmomco (version 0.88)

pp: Plotting-Position Formula

Description

The plotting positions of a data vector (x) are returned in ascending order. The plotting-position formula is

$$pp_i = \frac{i-a}{n+1-2a} \mbox{,}$$

where $pp_i$ is the nonexceedance probability $F$ of the $i$th ascending data value. The parameter $a$ specifies the plotting-position type, and $n$ is the sample size (length(x)).

Usage

pp(x,a=0)

Arguments

x
A vector of data values. The vector is used to get sample size through length().
a
A value for the plotting-position formula. Default is A=0, which returns the Weibull plotting positions

Value

  • An R vector is returned.