⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simuldatip.m

📁 统计工具软件
💻 M
字号:
function [svar] = simuldatip(DR,RC,X,delta,valuta,legame,vm,t,tipo,rendimento)%SIMULDATIP	simulvar estimation changing the numbers of data and of p.%%	[svar] = simuldatip(DR,RC,X,delta,valuta,legame,vm,t,tipo,rendimento) %   calculates historical simulation VaR reducing the number of data to the%   minimum of 150 and the confidence level p.%%	All data must be in columns.%%	See SIMULVAR%%	Copyright (c) 2004 by Flavio Bazzana%   Department of Computer and Management Sciences%   University of Trento%   38100 - Trento ITALY%   flavio.bazzana@economia.unitn.itn = size(X,1);for i=1:n-150	for j=1:20		p=0.79+j/100;		svar(i,j)=simulvar(DR,RC(i:n,:),X(i:n,:),delta,valuta,legame,vm,t,p,tipo,rendimento);	endendd=1:n-150;p=0.80:0.01:0.99;mesh(p,d,svar)title('Historical simulation VaR')ylabel('number of days eliminated')xlabel('probability')zlabel('VaR')

⌨️ 快捷键说明

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