Financial Toolbox For Use with MATLAB Computation Visualization Programming phần 5 potx
... payments of $2 .50 and a final payment $102 .50 , with a periodic yield of 2 .5% : cf=[2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 102 .5] ; [d, md]=cfdur(cf, 0.0 25) d = 8.9709 (periods) md = 8. 752 1 (periods) See ... ExpCorrC(i,j)*(ExpSigma(i)*ExpSigma(j) Example ExpSigma = [0 .5 2.0]; ExpCorrC = [1.0 –0 .5 –0 .5 1.0]; [ExpCovariance] = corr2cov(ExpSigma, ExpCorrC) Exp...
Ngày tải lên: 12/08/2014, 17:20
... flows. stream = [−20000, 2000, 250 0, 350 0, 50 00, 650 0, 950 0, 950 0, 950 0]; 12/31 02/19 04/09 05/ 29 07/18 09/06 10/26 12/ 15 02/03 45 50 55 60 65 70 75 80 85 90 95 Price ($) International Business ... balance). Enter decline1 = depgendb( 150 00, 150 0, 5, 1 .5) decline2 = depgendb( 150 00, 150 0, 5, 2.0) which returns decline1 = 450 0.00 3 150 .00 22 05. 00 154 3 .50...
Ngày tải lên: 12/08/2014, 16:22
... cash flow of nine payments of $2 .50 and a final payment $102 .50 , with a periodic yield of 2 .5% : cf=[2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 2 .5 102 .5] ; c=cfconv(cf, 0.0 25) c = 90.4493 (periods) See Also ... = –0.7667 1 .50 00 1 .50 00 1 .50 00 1 .50 00 101 .50 00 –1.8989 2 .50 00 2 .50 00 2 .50 00 102 .50 00 NaN CFlowDates = 728234 728278 728368 728460 72 855 2 728643...
Ngày tải lên: 12/08/2014, 16:22
Financial Toolbox For Use with MATLAB Computation Visualization Programming phần 7 docx
... dates cd: zr = 0.0 458 0. 050 2 0. 051 8 0. 051 8 0. 052 4 0. 051 8 0. 052 3 0. 052 5 0. 054 1 0. 052 9 cd = 729700 7297 35 729770 729791 729818 729847 7298 75 729931 730002 730071 (For readability, ... 0.10 0.20 0 .50 ] GroupMax = [0. 75 0 .55 0 .50 0 .50 ] Group Min. Exposure Max. Exposure North America 0.30 0. 75 Europe 0.10 0 .55 Tech nology 0.20 0 .50 Ene...
Ngày tải lên: 12/08/2014, 17:20
Financial Toolbox For Use with MATLAB Computation Visualization Programming phần 8 ppt
... = 0.0466 0.0494 0. 051 4 0. 051 4 0. 050 4 0. 050 4 0. 050 2 0. 051 4 0. 053 5 0. 053 0 cd = 729700 7297 35 729770 729791 729818 729847 7298 75 729931 730002 730071 (For readability, pr and ... 0. 054 0 0. 053 6 0. 053 2 0. 053 2 0. 053 9 0. 055 8 0. 054 3]; cd = [datenum('06-Nov-1997') datenum('11-Dec-1997') datenum(' 15- Jan-1998')...
Ngày tải lên: 12/08/2014, 17:20
Financial Toolbox For Use with MATLAB Computation Visualization Programming phần 9 ppt
... 4 35 590.888 0 0 .5 -38.9 5 42 58 3.961 -0.03317 0 .5 -29.8 6 49 58 3.224 -0.02 756 0 .5 -31.8 7 57 58 2.947 -0.02067 0. 25 -7.28 8 63 57 8.182 0 1 -2.43 9 71 57 8.138 -0.091 45 0. 25 -0 .55 ... -0 .55 10 77 57 7.898 -0.04 452 1 -0.148 11 84 57 7.882 -0.06128 0 .5 -0.0488 12 90 57 7. 859 -0.07117 1 -0.000 758 13 96 57 7. 858 -0.07033 1 -0.0003 05 Hes...
Ngày tải lên: 12/08/2014, 17:20
Financial Toolbox For Use with MATLAB Computation Visualization Programming phần 10 doc
... sd: zr = [0.0 458 0. 050 2 0. 051 8 0. 051 9 0. 052 4 0. 051 9 0. 052 3 0. 052 5 0. 054 1 0. 052 9]; cd = [datenum('06-Nov-1997') datenum('11-Dec-1997') datenum(' 15- Jan-1998') ... annuity with 2-1 65 price with 2-201 yield of security with 2- 250 , 2- 252 odd last period 1-41 and settlement in first period 2-203 price with 2-2 05 yield o...
Ngày tải lên: 12/08/2014, 17:20
A Guide to MATLAB Object-Oriented Programming phần 4 potx
... shape(1) = 1 .5 * shape(1) * [2; 3]; 52 >> shape(1).Size 53 ans = 54 3.0000e+001 55 4. 950 0e+001 56 >> shape(1) = reset(shape(1)); 57 >> shape(1).Size 58 ans = 59 10 60 11 61 ... find it in the special section 53 end 54 end 55 56 if ~found 57 error(['??? Reference to non-existent field ' index(1).subs '.']); 58 end 59 60 if length(vara...
Ngày tải lên: 09/08/2014, 12:22
A Guide to MATLAB Object-Oriented Programming phần 5 pps
... deal(new_size{:}); 50 [this.mScale] = deal(ones(2,1)); 51 end 52 for k = 1:length(this(:)) 53 points = get(this(k), 'Points'); 54 try 55 set(this(k).mPlotHandle, 56 'XData', ... parent forwarding block 44 if ~found 45 46 if called_by_name 47 forward_index = index(1).subs; 48 else 49 forward_index = index; 50 end 51 52 if nargout == 0 53 varargout = cell(siz...
Ngày tải lên: 09/08/2014, 12:22
The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP phần 5 potx
... Number/ Used for numbers with a decimal fraction, Scientific Notation which can optionally be expressed in scientific (exponential) notation, for example, 3.14 159 , 1 .56 234E+29, or 1 .56 234e29. ... simply a device for passing information from one page to another. Never use a hidden field for informa- tion that you genuinely want to keep secret. Using multiple-choice form elem...
Ngày tải lên: 12/08/2014, 13:22