Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.329.803 Times

Future Value Annuity software
Filter: All | Freeware | Demo
 

Future Value Annuity

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 398

No Future Posts This can be used to display future events like any other regular posts, without a calendar plugin.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 or higher



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): No Future Posts Download

Added: June 17, 2013 | Visits: 749

Black-Scholes Option Value Web Application - Java/Tomcat This is a web application to calculate and plot Black-Scholes option value using MATLAB algorithms. These algorithms are built into Java .jar files using MATLAB Builder for Java. The code shows how to call these algorithms from the Java web application, which runs within Apache's Tomcat servlet...





Platforms: Matlab

License: Freeware Size: 30.72 KB Download (48): Black-Scholes Option Value Web Application - Java/Tomcat Download

Robust solver for Lambert's orbital-boundary value problem A Lambert-orbital boundary value problem can be stated as"Find the orbit/trajectory of a spacecraft that flies from position [r1] to [r2], taking a time [tf] and making [m] complete orbits before arriving at [r2]. "The solution to each Lambert-problem is NOT unique; one can travel to [r2] via the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Robust solver for Lambert's orbital-boundary value problem Download

Bidirectional Branch and Bound Minimum Singular Value Solver (V2) B3MSV Bidirectional Branch and Bound(B3) subset selection using the the Minimum Singular Value (MSV) as the criterion.Consider the following subset selection problem:Given a tall (m x n, m>n) matrix, A, to find n rows of A such that the resulted n x n square submatrix has the largest MSV among...


Platforms: Matlab


Added: June 04, 2013 | Visits: 513

UK Power Value Neutral hedge Simple example showing how a value neutral hedge is determined for the UK power (electricity) markets.HedgeControl Function for power hedging of Balance of Month, Monthly and Seasonal products based on value forward preservation hedging, i.e. uses the forward curve to determine the value neutral...


Platforms: Matlab

License: Freeware Size: 112.64 KB Download (51): UK Power Value Neutral hedge Download

Added: May 19, 2013 | Visits: 671

Normal gravity value using Somigliana's formula NGRAV computes the normal gravity value (in m/sec^2 unit) of a point with the geodetic latitude defined in GRS80 ellipsoid,which is the more up-to-date and internationally adopted reference ellipsoid.The normal gravity value is used for the computation of the gravity anomaly which removes the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Normal gravity value using Somigliana's formula Download

Added: May 01, 2013 | Visits: 548

Absolute-Value Output Circuit Simulation of Absolute-Value Output Circuit is carried out with operational amplifier,diodes and other components available in Simscape 2.1 version. Regardless of the polarity of the input signal, the output of the circuit is always positive going and this is displayed in the scopes.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Absolute-Value Output Circuit Download

ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications) ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications)The ARMAX-GARCH Toolbox estimates, forecasts and simulates a large variety of ARMA and GARCH models with different distributions and for any order of AR(n), MA(m), ARCH (p) and GARCH (q) effects as well as it...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (50): ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications) Download

An extended method to find the value of pi using random numbers inside a sphere.. The MATLAB file contains a method to find the value of pi. This is just an extension of the general method of finding pi from within a circle. It uses 3D-matrices and some more stuffs, which can be very helpful for educational purposes. Also, do change the values in the file, to see for yourself,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): An extended method to find the value of pi using random numbers inside a sphere.. Download

Added: July 31, 2013 | Visits: 419

Student distribution value This function retrieve the student distribution value for a given alpha and degree of freedom value.Inputs: a = can be any alpha value n = number of data pointsOutput: st = value of the student distribution alpha = the alpha value used perc = the corresponding percentageComment: a can be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Student distribution value Download

Added: August 21, 2013 | Visits: 494

Search closest value in a vector Search value 'v' in sorted vector 'x' and find index and valuewith respect to vector x that is equal or closest to 'v'.If more than one value is equal then anyone can be returned(this is property of binary search).If more than one value is closest then first occurred is returned(this is property...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Search closest value in a vector Download

Return a p-value from a given z (standardized distribution) Input:z valueOutput:One tail and two tail p-value.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Return a p-value from a given z (standardized distribution) Download

Added: August 04, 2013 | Visits: 478

Percentage Exceedence of a 3D Matrix for a Threshold value This function calculates the percentage of time that a given 3D Matrix exceeds some threshold value.It counts each point along the 1st Dimension that exceeds the threshold and expresses this as a percentage of the length of the 1st Dimension. This is repeated across the 2nd and 3rd Dimensions....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Percentage Exceedence of a 3D Matrix for a Threshold value Download

Estimation value at risk by using Exponentially Weighted Moving Averagege This file contains three m-file which estimate the Value at Risk (VaR) of portfolio composed of two stocks price by using Exponentially Weighted Moving Average.the main function is 'ewmaestimatevar'. For estimating VaR you should use this function. This function also sketch related diagram. at...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Estimation value at risk by using Exponentially Weighted Moving Averagege Download

Added: August 29, 2013 | Visits: 320

Closest value(s) from a list Returns the closest value from a list Syntax c = closest(a,b); returns the closest c value in a for each value in b [c,i] = closest(a,b); returns the index i of the closest value in a for each value in b [c,i,d] = closest(a,b); returns the difference d of the closest value in a for each value in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Closest value(s) from a list Download

Added: May 15, 2013 | Visits: 424

Shapley Value for Cooperative Games Efficiently computes the Shapley Value for cooperative games. For n=15 it takes about 30 seconds.As input give the values for all 2^n-1 coalitions in lexicographic order. The file BerekingShapleyfinal.m makes use of the 2 other files.The function Shappie.m computes the Shapley value for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Shapley Value for Cooperative Games Download

Added: June 30, 2013 | Visits: 453

Compromise value for n-player cooperative games Calculates the compromise value for n-player gamesGive as input the values for all coalitions in lexicographic order(per group size). The program then calculates the compromise value.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Compromise value for n-player cooperative games Download

Added: August 15, 2013 | Visits: 466

Parse property/value pairs and structures This function can be used to parse property/value pairs just like Handle Graphics functions which means that it can also handle structures with field names that are property names.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Parse property/value pairs and structures Download

Added: September 14, 2013 | Visits: 526

CepCusto - return the value of SEDEX Return a value from a file DB with the value of SEDEX. This class have little use to the major of PHP users but it shows how to create a litle database with ascii files.Retorna um valor de um arquivo de banco de dados com o valor do sedex. Essa classe so eh util para poucos usuarios do PHP e...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): CepCusto - return the value of SEDEX Download

Added: September 12, 2013 | Visits: 595

Blog or Website Value Calculator Blog or Website Value Calculator is a plug-in that gives you a nice tidy widget to display your blog's current estimated value in dollars. This information is displayed to you and your visitors to demonstrate just how much hard work you have put into your blog - Why not show this cool statistic...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Blog or Website Value Calculator Download

< 1 2 3 4 5 >