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

Probability software
Filter: All | Freeware | Demo
 

Probability

< 1 2 3 4 5 > 
Added: May 01, 2013 | Visits: 331

Non-Uniform Bernoulli Trials Exceedance Probability Calculates the probability of exceeding a given number of hits for a collection of Bernoulli trials, which is a test with a binary result (e.g. yes/no, 1/0, heads/tails). User inputs a vector of probabilities of success for each trial, p, and a number of successes, h, and this function outputs...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Non-Uniform Bernoulli Trials Exceedance Probability Download

Added: July 14, 2013 | Visits: 437

Chapter 1 Exercises of Introduction to Probability BismillahirrahmanirrahimI have implemented all the examples and excercises (1-17) invovling simulations for the freely distributed ebook "Introduction to Probability" from Darmouth College (the website offers java applets):http://www.dartmouth.edu/~chance/teaching_..._book/book.htmlBilal...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): Chapter 1 Exercises of Introduction to Probability Download

Added: July 13, 2013 | Visits: 406

Probability of Informed Trading The probability of informed trading (PIN) denotes that probability that a counterparty in the trading process has superior information on the value of the asset exchanged. This is a key concept in empirical studies of market microstructure.The parameters needed to compute the PIN are obtained...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (46): Probability of Informed Trading Download

Added: September 15, 2013 | Visits: 490

Fit all valid parametric probability distributions to data ALLFITDIST Fit all valid parametric probability distributions to data.[D PD] = ALLFITDIST(X) fits all valid parametric probability distributions to the data in column vector X, and returns a struct D of fitted distributions and parameters and a struct of objects PD representing the fitted...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Fit all valid parametric probability distributions to data Download

Added: July 20, 2013 | Visits: 392

Birthday probability solution Solution to birthday probability problem: If there are n people in a classroom, what is the probability that at least two of them have the same birthday?General solution: P = 1-365!/(365-n)!/365^nIf you try to solve this with large n (e.g. 30, for which the solution is 29%) with the factorial...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Birthday probability solution Download

Total Kullback-Leibler (tKL) divergence between multivariate normal probability density functions tKL between two multivariate normal probability density functions. This program implements the tKL between two multivariate normal probability density functions following the references: Baba C. Vemuri, Meizhu Liu, Shun-Ichi Amari and Frank Nielsen, Total Bregman Divergence and its Applications...


Platforms: Matlab


Added: February 09, 2006 | Visits: 2.650

ESBPDF Analysis ESBPDF Analysis provides everything needed for using Discrete and Continuous Probability Distributions in a single Windows application. Most Tables and supplied functions (such as in MS Excel) give P(X less than A) and using algebra other results can be found whereas ESBPDF Analysis is...


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 2.35 MB Download (144): ESBPDF Analysis Download

Released: August 01, 2006  |  Added: November 06, 2006 | Visits: 4.854

EasyFit EasyFit allows to easily and quickly select the probability distribution which best fits to data, reducing your analysis times by 70-95% over manual methods. It includes numerous features designed to save you time, prevent analysis errors, and help you make better decisions. An integrated...


Platforms: Windows

License: Shareware Cost: $299.00 USD Size: 2.08 MB Download (315): EasyFit Download

Released: September 01, 2006  |  Added: November 07, 2006 | Visits: 3.004

StatAssist StatAssist displays graphs and related properties of more than 40 probability distributions. This application will save you time and prevent calculation errors if your work or study involves the use of continuous or discrete distributions. It allows to quickly select a distribution of interest,...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.57 MB Download (211): StatAssist Download

Released: August 12, 2009  |  Added: August 19, 2009 | Visits: 2.250

Fuzzy Match Microsoft Excel tool that evaluates the contents of two cells and gives a probability of a match; a value between 0 and 1 is returned. Easy to use custom function works just like any other Excel formula. Works with Excel 2000 2002 2000 2002 2003 2007.


Platforms: Windows

License: Shareware Cost: $4.95 USD Size: 860.73 KB Download (148): Fuzzy Match Download

Added: July 08, 2010 | Visits: 1.495

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: January 25, 2010 | Visits: 745

Domino Probability Students are shown a set of dominos and asked the probability of a certain outcome, such as picking a domino whose two numbers sum to eight. The converse is also asked (e.g. the probability of picking a domino whose two numbers do not sum to eight). The program allows the student to flip the...


Platforms: Mac

License: Freeware Size: 294 KB Download (103): Domino Probability Download

Added: September 28, 2013 | Visits: 810

Bayesian Network tools in Java (BNJ) Bayesian Network tools in Java (BNJ) is an open-source suite of software tools for research and development using graphical models of probability. It is published by the Kansas State University Laboratory for Knowledge Discovery in Databases (KDD).


Platforms: *nix

License: Freeware Size: 1.87 MB Download (56): Bayesian Network tools in Java (BNJ) Download

Added: May 10, 2013 | Visits: 490

Metropolis-Hastings Sampler The Metropolis-Hastings Sampler is the most common Markov-Chain-Monte-Carlo (MCMC) algorithm used to sample from arbitrary probability density functions (PDF). Suppose you want to simulate samples from a random variable which can be described by an arbitrary PDF, i.e., any function which...


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

License: Freeware Download (56): Metropolis-Hastings Sampler Download

Added: May 10, 2013 | Visits: 388

Weighted choice This script uses fact that any probability distributions can be sampled by computing the cumulative distribution, drawing a random number from 0 to 1, and finding the x-value where that number is attained on the cumulative distribution. The searchsorted(..) function performs this search. This...


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

License: Freeware Download (50): Weighted choice Download

Added: August 13, 2013 | Visits: 421

Fano Coding You can enter the probability of occurance of a group of symbols for the program and you will get the Fano code for each symbol. This is my first time to attach files to this category and hope that it will be useful for all.


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Fano Coding Download

Added: March 22, 2013 | Visits: 461

Laplace random variables This function generates random numbers distributed according to the Laplace distribution using the Probability integral transformation


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Laplace random variables Download

Added: June 12, 2013 | Visits: 556

Simple Exemple of Arithmetic Coding It calculate the arithmetic code of a string of char, subject to an alphabet "A" and a probability distribution "P". http://en.wikipedia.org/wiki/Arithmetic_coding


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Simple Exemple of Arithmetic Coding Download

Added: April 06, 2013 | Visits: 414

HUFFMANCODING format : [huffcodes,H,Hav,e]=huffmancoding(p,n)inputs: p is the probability of each alphabet symbol( eg:p=[.3 .2 .2 .2 .06 .04] )n is an integer that determines number of symbols at each frame(default:n=1)outputs: huffcodes: huffmancodesH: source entropyHav: average entropy for codinge: codding...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): HUFFMANCODING Download

Added: July 07, 2013 | Visits: 501

Cornish-Fisher VaR Rt: returns seriesalpha: VaR levelOUTPUT:CFVAR: Cornish fisher VaR with alpha probability and time horizon as the returns series frequancy


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Cornish-Fisher VaR Download

< 1 2 3 4 5 >