githubEdit

reflect-horizontalSimilarity Assessment

Choosing experiments for validation is widely based upon the similarity indices such as ckc_k, EE, and GG. They allow numerically quantifying how much two systems are similar and finding the amount of shared information. The most accepted index is ckc_k, the correlation coefficient, defined as:

ck=SaCSeTSaCSaTSeCSeTc_k=\frac{S_aCS^T_e}{\sqrt{S_aCS_a^T}\sqrt{S_eCS_e^T}}

where SaS_a is the application sensitivity vector; SeS_e is the application sensitivity vector; CC is the covariance matrix.

The second index is EE and defined as the cosine between two vectors:

E=SaSeTSaSeE=\frac{S_aS^T_e}{|S_a||S_e|}

The GG similarity index is intended to quantify the coverage of the application by an experiment and defined as follows:

G=1n,x,gSa,n,x,gSe,n,x,gn,x,gSa,n,x,gG=1-\frac{\sum_{n,x,g}|S_{a,n,x,g}-S_{e',n,x,g}|}{\sum_{n,x,g}|S_{a,n,x,g}|}

where Sa,n,x,gS_{a,n,x,g} is the application sensitivity to group gg of reaction xx of nuclide nn; Sa,n,x,gS_{a,n,x,g} is the experimental sensitivity to group gg of reaction xx of nuclide nn;

Se,n,x,g=Se,n,x,gS_{e',n,x,g}=S_{e,n,x,g} if Sa,n,x,gSe,n,x,g|S_{a,n,x,g}|\geq |S_{e,n,x,g}| and Sa,n,x,g/Sa,n,x,g=Se,n,x,g/Se,n,x,gS_{a,n,x,g}/|S_{a,n,x,g}|=S_{e,n,x,g}/|S_{e,n,x,g}|;

Se,n,x,g=Sa,n,x,gS_{e',n,x,g}=S_{a,n,x,g} if Sa,n,x,g<Se,n,x,g|S_{a,n,x,g}|\lt |S_{e,n,x,g}| and Sa,n,x,g/Sa,n,x,g=Se,n,x,g/Se,n,x,gS_{a,n,x,g}/|S_{a,n,x,g}|=S_{e,n,x,g}/|S_{e,n,x,g}|;

Se,n,x,g=0S_{e',n,x,g}=0 otherwise.

Last updated