Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

probgrid

Probability grid


Description

Create a geometric grid of probabilities

Usage

probgrid(p1, p2, length = 50)

Arguments

p1

the first element of the grid.

p2

the last element of the grid.

length

the length of the grid.

Details

Create a geometric grid of length length between p1 and p2.The default value of length is 50.

Value

A vector of probabilities between p1 and p2 and length length.

Examples

p1 <- 0.01
p2 <- 0.99
length <- 500
pgrid <- probgrid(p1, p2, length)

extremefit

Estimation of Extreme Conditional Quantiles and Probabilities

v1.0.2
GPL-2
Authors
Gilles Durrieu, Ion Grama, Kevin Jaunatre, Quang-Khoai Pham, Jean-Marie Tricot
Initial release
2019-05-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.