gringorten: Gringorten Plotting Positions

Description Usage Arguments Value Examples

Description

Computes the Gringorten Plotting position.

Usage

1

Arguments

x

numeric vector

Value

numeric vector in [0, 1], giving the corresponding plotting positions.

Examples

1
2
3
4
5
y <- rnorm(10)
pp <- gringorten(y)
pp

plot(pp ~ y, ylim = c(0, 1))

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: lmom
Loading required package: lattice
 [1] 0.94466403 0.84584980 0.25296443 0.35177866 0.54940711 0.74703557
 [7] 0.05533597 0.45059289 0.15415020 0.64822134

lfstat documentation built on May 2, 2019, 6:07 p.m.