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.475.268 Times

Retirement Wealth Distribution software
Filter: All | Freeware | Demo
 

Retirement Wealth Distribution

< 1 2 3 4 5 > 
Added: April 13, 2013 | Visits: 660

Random numbers from a user defined distribution RANDPDF returns the matrix of random numbers from probability density distribution defined in p and px. p are the density (the y axis) and px are the value (the x axis) of the pdf. p and px must be of the same length. dim define the output matrix dimensions, for example dim=[100 3] define the...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Random numbers from a user defined distribution Download

Added: August 26, 2013 | Visits: 327

random number generator for linear distribution Return random variable(s) with linear distribution within [0,1] and 0 outside; m specifies the slopeIn other wordP(x)= mx+b if 0





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): random number generator for linear distribution Download

Added: July 24, 2013 | Visits: 261

Gini coefficient and the Lorentz curve The Gini coefficient is a measure of the inequality of a distribution (often used for income or wealth distributions). The Lorentz curve is a graphical representation of this inequality which is intimately related to the Gini coefficient. The program is straightforward to use. Please consult the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Gini coefficient and the Lorentz curve Download

Added: July 02, 2013 | Visits: 490

Random Number from Empirical Distribution EMPRAND generates random numbers from empirical distribution of data. This is useful when you do not know the distribution type (i.e. normal or uniform), but you have the data and you want to generate random numbers form that data.The idea is to first construct cumulative distribution function...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Random Number from Empirical Distribution Download

Added: July 29, 2013 | Visits: 424

Rice/Rician distribution Functions for Rice/Rician PDF: summary statistics (mean and variance), generating random samples, and simple moment-matching to fit the distribution to data.Similar to e.g. normpdf, normstat, normrnd and normfit from the MATLAB statistics toolbox, but for the Rice distribution, which is useful in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (45): Rice/Rician distribution Download

Added: June 09, 2013 | Visits: 357

Multivariate Gaussian Distribution Creates a number of samples from a specified number of dimensions and centers them around a given mean, and within a given covariance range. You might not find it very useful, but hey, I need something to do this so why not.To use:You need to generate 1000 samples from a 3 dimensional Gaussian...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Multivariate Gaussian Distribution Download

Performing random numbers generator from a generic discrete distribution This function extracts a scalar/vector/matrix of random numbers with discrete Probability Distribution Function.The PDF is specified by the user as a input vector.This function is designed to be fast, and it is implemented within a .mex fileFollowing Olivier B. comments (that I acknowledge for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (47): Performing random numbers generator from a generic discrete distribution Download

Added: September 04, 2013 | Visits: 221

Modified Rosin-Rammler Distribution Useful functions for manipulating and fitting data using the modified Rosin-Rammler distribution.These functions are pretty straightforward, and are provided primarily as a simple, useful curve-fitting example. Much of the code is adapted directly from the "fitcurvedemo" detailed in the MatLab...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (38): Modified Rosin-Rammler Distribution Download

Normal Inverse Gaussian (NIG) distribution - updated version At the moment, the Normal Inverse Gaussian (NIG) distribution is not included in the statistics toolbox. This collection of m-files supplements this toolbox with the most important functionalities for the NIG distribution: random numbers, moments, cdf, pdf and parameters by moment fit. This...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Normal Inverse Gaussian (NIG) distribution - updated version Download

Added: July 19, 2013 | Visits: 441

Normal Inverse Gaussion Distribution At the moment, the normal inverse Gaussian distribution is not included in the statistics toolbox. This collection of m-files supplements this toolbox with the most important functionalities for the NIG distribution: random numbers, moments, cdf, pdf and parameters by moment fit.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Normal Inverse Gaussion Distribution Download

Added: May 03, 2013 | Visits: 480

Kolmogorov Distribution Functions Add to Your statistic toolbox this functions:KolmCdf - Kolmogorov cumulative distribution function:F(x)=sum((-1)^n*exp(-2*n^2*x^2),n,-inf,inf);KolmPdf - Kolmogorov probability distribution function;KolmInv - Inverse of the Kolmogorov cumulative distribution function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Kolmogorov Distribution Functions Download

Character/ symbol frequency distribution analaysis on vintage ciphers The objective is to demonstrate character/ symbol frequency distribution analysis (reference to the English language) on 2 vintage ciphers, namely Caesar cipher (a mono-alphabetic substitution cipher) and the Vigenere cipher (a poly-alphabetic substitution cipher).Under the symbol frequency...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (48): Character/ symbol frequency distribution analaysis on vintage ciphers Download

Added: August 02, 2013 | Visits: 363

Triangular Distribution Parameters - tridist_pars Calculates the min and max of a positive triangular distribution given a standard deviation (sigma) and assuming the mode = 1.This function can handle single value,vector or matrix inputs of sigma. For sigma > 1/sqrt(6), the distribution will be asymmetrical with minimum = 0 and mode = 1.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Triangular Distribution Parameters - tridist_pars Download

Added: March 30, 2013 | Visits: 255

The Weibull Distribution For negative and pisitive data.If you have part of your data with a negative sign, you can try this analysis to find and plot the Weibull Distribution. FOr positive data runs very well.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): The Weibull Distribution Download

Added: September 17, 2013 | Visits: 496

FBD - With this GUI you can find the best distribution that fits your data.1. Save the Main_FitDistribution_GUI.fig and Main_FitDistribution_GUI.m files at the same directory.2. Run the Main_FitDistribution_GUI.m file.3. Load data using the "Load Data" button. The file should be a text file with 1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (47): FBD - "Find the Best Distribution" tool Download

Conference Organizing Distribution Support Modules The COD Support suite of modules provide the core functionality for the COD distribution and are currently its main development focus area.The notable features here are session voting, individual and conference-wide scheduling, easy checkout and reconciliation of orders with UC_Signup.See it in...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (51): Conference Organizing Distribution Support Modules Download

Added: August 09, 2013 | Visits: 344

Boltzmann Distribution from a Microcanonical Ensemble Model The Boltzmann Distribution From A Microcanonical Ensemble Model allows students and instructors to explore why the Boltzmann distribution has its characteristic exponential shape. In this model, particles have only one degree of freedom*the energy to move in one dimension. Further, the density of...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 819.2 KB Download (36): Boltzmann Distribution from a Microcanonical Ensemble Model Download

Added: November 21, 2013 | Visits: 497

Squidge BR-6104KP Linux distribution Squidge is a Linux distribution based on OpenWrt Kamikaze (unstable) branch aimed at electronics enthusiasts. Required hardware is the Edimax BR-6104KP router or a modified Sweex router with added USB.


Platforms: *nix

License: Freeware Size: 7.85 MB Download (37): Squidge BR-6104KP Linux distribution Download

Released: September 17, 2023  |  Added: September 19, 2023 | Visits: 298

Distribution Industry Barcode Labels Distribution Industry Barcode Labels software helps you to create large quantity of product coupons for packaging, supply, distribution organizations by using sequential series, random and constant value methods. Label maker application provides print review of generated barcode sticker for you...


Platforms: Windows, Windows 8, Windows 7, Other

License: Shareware Cost: $49.00 USD Size: 5.12 MB Download (20): Distribution Industry Barcode Labels Download

Added: November 07, 2006 | Visits: 3.590

Investors Calculator Calculations, projections, graphs for: Investment gains, shows growth of savings. Retirement income, shows how much income can be withdrawn. Pension growth, shows the growth of your pension plan. Mortgage tables, shows how to save tens of thousands of dollars. Compound gain, shows capital gains...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 2.03 MB Download (179): Investors Calculator Download

< 1 2 3 4 5 >