RiskExtValue

Description

RiskExtValue(alpha, beta) specifies an extreme value distribution with location parameter alpha and shape parameter beta.

 

Examples

RiskExtvalue(1,2) returns an extreme value distribution with location parameter 1 and shape parameter 2.

RiskExtvalue(A1,B1) returns an extreme value distribution with location parameter taken from cell A1 and shape parameter taken from cell B1.

 

Guidelines

beta must be positive.

 

Parameters

alpha      continuous location parameter

beta      continuous scale parameter      beta > 0

 

Domain

Density and Cumulative Distribution Functions

where

Where a=alpha, b=beta

 

Mean

Here, is the derivative of the Gamma Function.

 

Variance

 

Skewness

 

Kurtosis

5.4

 

Mode

a

Examples