dsavgwidth.m

来自「这是一个国外的DST的Matlab工具箱」· M 代码 · 共 28 行

M
28
字号
function y=dsavgwidth(x)
%=========================================================================   
% dsavgwidth
%=========================================================================   
% y=dsavgwidth(x)
% Returns the average width uncertainty measure for of a Dempster-Shafer
% structure x. It is the cummulative width of all focal elements weighted
% by their mass. For further information on this uncertainty measure, see
% references.
%
% Input: 
% x: Dempster-Shafer structure to be reduced
%
% Output:
% y: Aggregated uncertainty
%
% Usage:
% lambda=dsstruct([2,3,1])
% dss=dsodf('expinv',10000,lambda)
% y=dsavgwidth(dss)
% =========================================================================
% Copyright (c) Philipp Limbourg, University of Duisburg-Essen
% www.uni-duisburg-essen.de/informationslogistik/
%=========================================================================
% Reference : Limbourg P, Savic R, Petersen J, Kochs H-D: Fault Tree
% Analysis in an Early Design Stage using the Dempster-Shafer Theory of
% Evidence. In: Terje Aven JEV (ed) European Conference on Safety and
% Reliability 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?