Probability of Exceedance Deviation Multiple Normal Dependent (prmulti_nd_dev)

Probability of Exceedance Deviation Multiple Normal Dependent. There are M Linear Loss functions with mutually dependent normally distributed random coefficients. Probability of Exceedance Deviation Multiple Normal Dependent = 1-(Probability that all M Loss Deviation functions are below the threshold).

 

Syntax

prmulti_nd_dev(w,matrix_mn,matrix_cov_1,...,matrix_cov_M)

short call;

prmulti_nd_dev_name(w,matrix_mn,matrix_cov_1,...,matrix_cov_M)

call with optional name.

 
Parameters

       is a threshold value.

matrix_mn        is a PSG matrix of mean values of coefficients of Loss functions:

       

where the header row contains names of variables. Other rows contain numerical data.

 

matrix_cov_m        is a PSG matrix of variance values of coefficients of Loss functions:

 

where the header row contains names of variables. Other rows contain numerical data.

,

 

Mathematical Definition

The Probability of Exceedance Deviation Multiple Normal Dependent is calculated as follows:

.

 

where

;

        is standard Deviation of Loss Deviation Function;

;

       is -th Loss Function  (See section Loss and Gain Functions);

is an argument of function.

 

Example

Calculation in Run-File Environment
Calculation in MATLAB Environment

 

See also

Probability Group