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

Variable Cost Formula software
Filter: All | Freeware | Demo
 

Variable Cost Formula

< 1 2 3 4 5 
Added: April 01, 2013 | Visits: 580

Modeling Variable Annuities with MATLAB Highlights include:d-deD? Integrating data sourcesd-deD? Valuing and creating a variable annuity productd-deD? Application development and deploymentThis webinar is relevant to practitioners or academics in finance whose focus is quantitative analysis, modeling, risk analysis, and...



Platforms: Matlab

License: Freeware Size: 911.36 KB Download (45): Modeling Variable Annuities with MATLAB Download

Added: September 13, 2013 | Visits: 682

Amortization schedule with variable interest rates Tools for computing amortization schedules with variable interest rates are quite uncommon as opposed to those for computing their fixed interest-rate counterpart.This code (hopefully) helps filling the gap. It is an .m file functionally written as: [Amorout,T,Ratio] =...





Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Amortization schedule with variable interest rates Download

Added: September 02, 2013 | Visits: 367

ASSIGN VARIABLE NAMES TO MULTIDIMENSIONAL ARRAY AND SAVE The script solves the problem of assigning a variable name that changes with each iteration, while saving the result using a for loop.It uses a multidimensional array as input and produces matrices as outputs (ASCII).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1003.52 KB Download (39): ASSIGN VARIABLE NAMES TO MULTIDIMENSIONAL ARRAY AND SAVE Download

Single-variable linear level finding ( XI = findX(X,Y,YI) estimates the XI values at which the dependentvariables Y reach or cross a specified target level YI (scalar value). If there are multiple solutions, findX finds all of them. It may be seen as the "inverse" operation of the MATLAB's functionINTERP1, under 'linear' method.X is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Single-variable linear level finding ("inverse" INTERP1): findX Download

Added: August 05, 2013 | Visits: 462

Transform a categorical variable The response variable is discrete ( it could be binary or multinomial), it could have "k" groups (k=2 binary, k>2 multinomial). the categorical can have "c" categories. The routine finds the weights for each category using the Fisher's method described inHubert J. Carl, Wisenbaker M. Joseph,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Transform a categorical variable Download

Added: June 03, 2013 | Visits: 343

Triangular Distributed Random Variable Generator This function generates a vector of triangular distributed continuous random variable. By specifying minimum value(a), maximum value(b), mode(c), and number of variables to be generated(n), the function gives a vector of random variables as output (X). The command syntax is X=trirnd(a,c,b,n).You...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Triangular Distributed Random Variable Generator Download

Added: May 22, 2013 | Visits: 445

Transformation of a Random Variable Demo This GUI demo shows how a random variable, X, is transformed to a new random variable, Z, by a function z=f(x). The random variable X can have a uniform probability density function (pdf), a Gaussian pdf, or ?Other pdf? given by a user specified MATLAB expression. A pseudo-random number generator...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (46): Transformation of a Random Variable Demo Download

Added: August 15, 2013 | Visits: 449

ErlangB loss formula This m-file calculates the blocking or loss probability of a network node or link using the Erlang B loss formula. It does not use the formula directly (which doesn't work with high numbers) but an iterative algorithm. Tested with MATLAB R13 and Octave.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (65): ErlangB loss formula Download

Added: July 07, 2013 | Visits: 404

Black Scholes Formula The program is simple to use and it will help to find the call/put option price of Dividend or non dividend paying stocks using Black Scholes Formula.Input: Initial stock price(S0), Strike price(K), Interest rate per annum(r), Expiry time in year (T), Volatility (sigma) then it will calculate...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Black Scholes Formula Download

Added: March 30, 2013 | Visits: 340

Zero Order Hold with variable time step This submission demonstrates how to write a level-2 M-file S-function with a variable sample time.The block samples and holds an input signal were the inter-sample period is specified by another input signal (and may vary from time period to time period).Each step size must be positive or an...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Zero Order Hold with variable time step Download

Added: May 12, 2013 | Visits: 237

Kernel Regression with Variable Window Width Gaussian kernel regression and local linear Gaussian kernel regression with variable window widthThis is the same as ksr and ksrlin (file File ID: #19195 and #19564), but instead of using the same bandwidth for each point, it uses a variable bandwidth given by the distance of each point to its...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Kernel Regression with Variable Window Width Download

Added: April 10, 2013 | Visits: 316

Recode Categorical Variable into New Binary Variables Adds N-1 binary (effect or dummy coded) variables based on a categorical variable to your dataset.% OUTPUT%Returns your dataset with N-1 binary variables recoded from a%categorical var that has N categories.%The Nth category isn't included as a distinct variable (will be represented by all 0's or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Recode Categorical Variable into New Binary Variables Download

Added: June 26, 2013 | Visits: 357

Random Barnoulli Variable This function generates random Bernoulli variables. There is often a need to generated a random variable that has Bernoulli distribution. This function generates Bernoulli random variables 0 and 1.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Random Barnoulli Variable Download

Added: March 23, 2013 | Visits: 375

HotPlot, view a 2D variable as hue over 2D data I needed a way to visualize a subset of a 2D variable derived from a 2D dataset, _together_ with the original data and in its original coordinates. Since a plain 3D plot decouples all this info (and becomes illegible for data containing very noisy regions) I decided to show the calculated 2D...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (40): HotPlot, view a 2D variable as hue over 2D data Download

Multiple Variable Traveling Salesmen Problem - Genetic Algorithm Script It finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations).Each salesman travels to...


Platforms: Matlab


Added: August 08, 2013 | Visits: 590

Table Quote - Shipping cost based on total ranges This module is a 3rd party module for doDUbercart allowing to calculate shipping cost based on total order weight or total order price, and managing ranges.You can define weight ranges: a lower weight, an upper weight and a cost.An order which total weight is greater of equal than a range's lower...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Table Quote - Shipping cost based on total ranges Download

Added: August 28, 2013 | Visits: 247

Variable Check Drupal 7 has a new and efficient way of loading module and theme settings from the database. The new loader requires all settings to be stored in the current (serialized) format.An unfortunate side effect is that any left-over settings from modules that did not clean up when they were...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Variable Check Download

Added: July 12, 2013 | Visits: 1.038

Cost Management course. "Cost Management course" * adds a new focus to the canon of business management oriented courses available through ComboApp. This unique tool gives any engaged business owner or manager the opportunity to quickly develop the accounting and financial management acumen needed to implement optimal...


Platforms: Mac

License: Commercial Cost: $39.99 USD Size: 8.1 MB Download (42): Cost Management course. Download

Added: November 17, 2013 | Visits: 516

Cost Data for Management. Pocket MBA * Cost Data for Management is a complete learning solution, utilizing a full professional-level textbook * logically divided into four sections and twelve chapters * and multiple study aides such as knowledge tests and interactive flashcards to ensure an effective learning experience....


Platforms: Mac

License: Commercial Cost: $39.99 USD Size: 12.3 MB Download (51): Cost Data for Management. Download

Added: June 18, 2013 | Visits: 319

The Cross Formula Rediscover your identity and prove your innocence in The Cross Formula, an incredible Adventure game! After waking up in a roadside motel with no recollection of who you are, you learn that the police suspect you of murder! Solve puzzles, interact with quirky characters, and look for clues as you...


Platforms: Mac

License: Freeware Size: 593.92 KB Download (39): The Cross Formula Download

< 1 2 3 4 5