Learn R Programming

clmstan (version 0.1.1)

loglog_cdf: Log-log CDF

Description

F(x) = exp(-exp(-x))

Usage

loglog_cdf(x)

Value

CDF values

Arguments

x

Numeric vector

Details

This corresponds to the Gumbel (minimum) distribution. It is the reflection of cloglog: loglog(x) = 1 - cloglog(-x)