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

Cumulative Distribution Function software
Filter: All | Freeware | Demo
 

Cumulative Distribution Function

< 1 2 3 4 5 > 

CDF for Tracy-Widom Distribution of Gaussian Unitary Ensemble The file contains a 2 x 495 matrix that can be read using the MatLab "csvread" command. Requirements: - MATLAB 7.8 or higher



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


Added: May 10, 2013 | Visits: 878

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list.





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


Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 676

PHP Function Index The PHP Function Index (PHPfi) is a simple browser to quickly look up any PHP function. Its search offers realtime-filtering of the function list and it downloads and caches the user contributed notes from PHP.NET for instant lookup. Additionally its AppleScript interface lets you look up PHP...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (55): PHP Function Index Download

Added: May 10, 2013 | Visits: 636

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those...


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

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 435

Function composition This script contains two classes that show two styles of function composition. The difference is only when the second function (g) returns a tuple. compose function passes the results of g as a tuple, mcompose treats it as a tuple of args to pass along. Note that extra args provided to...


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

License: Freeware Download (54): Function composition Download

Added: May 10, 2013 | Visits: 455

Debug statements include function name This script allows a user to place debug messages, error messages and standard messages throughout a program. The function name and line number will be added to each debug and error message before it is printed out. In addition, each of these messages can be passed to multiple handler objects...


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

License: Freeware Download (54): Debug statements include function name Download

Function to generate Timeseries file to use for Moore FSM coverage analysis. This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries...


Platforms: Matlab


Added: July 07, 2013 | Visits: 354

Laplacian random number generator function y = laprnd(m, n, mu, sigma)%LAPRND generate i.i.d. laplacian random number drawn from laplacian distribution% with mean mu and standard deviation sigma.% mu : mean% sigma : standard deviation% [m, n] : the dimension of y.% Default mu = 0, sigma = 1.% For more information, refer to%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): Laplacian random number generator Download

Added: May 10, 2013 | Visits: 784

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function.


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

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 470

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code.


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

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 483

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations.


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

License: Freeware Download (53): Function emulation using __call__ Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 690

OctoTools Octotools is multi-function software that does GUI based forms design with automated e-distribution, PCL/PostScript printer output, PDF conversion, and email in an integrated low-cost package Along with legacy output support, OctoTools(tm) is aimed specifically at automating: forms design,...


Platforms: Windows, Linux

License: Commercial Cost: $2995.00 USD Size: 1000 KB Download (53): OctoTools Download

Added: September 17, 2013 | Visits: 924

Autocorrelation and Crosscorrelation function of gold sequence This m-file finds and plots the autocorrelation and crosscorrelation function(ACF and CCF) of generated Gold codes of length 31.Crosscorrelations are three valued.


Platforms: Matlab


Added: July 23, 2013 | Visits: 376

Xfoil Interface This simple function will use a system call to run Xfoil. It then loads the results into a data structure which you can then use in your Matlab script.For example to deflect the trailing edge of a NACA0009 by 5deg at 65% chord and run multiple incidence angles...[pol foil] =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Xfoil Interface Download

Added: September 03, 2013 | Visits: 605

CDF for Tracy-Widom (TW1) Distribution The attached CSV file contains a 751 x 2 matrix, which can be read using the MATLAB "csvread" command.>>data = csvread('TW1.csv');The first column is the standardized test statistic Z, ranging from -3.9 to 3.6 in increments of 0.01. The second column is the cumulative distribution function (CDF)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (52): CDF for Tracy-Widom (TW1) Distribution Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 686

SquidNet Network Distribution Processor SquidNet Software's Network Distribution Processor (SquidNet-NDP) allows just about any distributed processing application (Maya, 3D Studio Max, Blender, Lightwave, etc...) with a command-line based interface to evenly distribute job "slices", segments or frames amongst one or more network...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 17.6 MB Download (52): SquidNet Network Distribution Processor Download

Added: May 10, 2013 | Visits: 570

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped...


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


Added: July 02, 2013 | Visits: 508

Q function Because of the "erfc" function, the processing time is very small.


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (52): Q function Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 441

Distribution via Pull DistPull is a software distribution system. It is designed to allow unattended updates of local and remote systems in a safe manner, with the abilty to roll back an update. It is written in Unix/Linux shell, so it is portable to most systems.


Platforms: Mac, BSD, Linux

License: Freeware Size: 21.37 KB Download (52): Distribution via Pull Download

Added: May 10, 2013 | Visits: 389

Convenience 'timeit' function This function makes it easier to use the timeit module from the interactive interpreter. You should just specify function with (optional) arguments to run, optional number of runs, and optional name of module (which if not specified defaults to the name of the function).


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

License: Freeware Download (52): Convenience 'timeit' function Download

< 1 2 3 4 5 >