Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Distfun details
Login with GitLab

Distfun

Distribution functions
(2937 downloads for this version - 109140 downloads for all versions)
Details
Version
0.2
A more recent valid version with binaries for Scilab 5.3 exists: 0.4
Author
Michael Baudin
Owner Organization
INRIA
Maintainer
Michael BAUDIN
License
Dependencies
Creation Date
March 24, 2012
Source created on
Scilab 5.3.x
Binaries available on
Scilab 5.3.x:
Linux 32-bit Windows 32-bit Windows 64-bit macOS Linux 64-bit
Install command
--> atomsInstall("distfun")
Description
            The goal of this toolbox is to provide accurate distribution functions. 
The provided functions are designed to be compatible with Matlab.

The goal of this toolbox is to provide accurate distribution functions. 
The provided functions are designed to be compatible with Matlab.

Features
--------

Beta
 * distfun_betacdf — Beta CDF
 * distfun_betainv — Beta Inverse CDF
 * distfun_betapdf — Beta PDF
 * distfun_betarnd — Beta random numbers
 * distfun_betastat — Beta mean and variance
 
Exponential
 * distfun_expcdf — Exponential CDF
 * distfun_expinv — Exponential Inverse CDF
 * distfun_exppdf — Exponential PDF
 * distfun_exprnd — Exponential random numbers
 * distfun_expstat — Exponential mean and variance
 
Gamma
 * distfun_gamcdf — Gamma CDF
 * distfun_gaminv — Gamma Inverse CDF
 * distfun_gampdf — Gamma PDF
 * distfun_gamrnd — Gamma random numbers
 * distfun_gamstat — Gamma mean and variance
 
LogNormal
 * distfun_logncdf — Lognormal CDF
 * distfun_logninv — Lognormal Inverse CDF
 * distfun_lognpdf — Lognormal PDF
 * distfun_lognrnd — Lognormal random numbers
 * distfun_lognstat — LogNormal mean and variance
 
Normal
 * distfun_normcdf — Normal CDF
 * distfun_norminv — Normal Inverse CDF
 * distfun_normpdf — Normal PDF
 * distfun_normrnd — Normal random numbers
 * distfun_normstat — Normal mean and variance
 
Uniform
 * distfun_unifcdf — Uniform CDF
 * distfun_unifinv — Uniform Inverse CDF
 * distfun_unifpdf — Uniform PDF
 * distfun_unifrnd — Uniform random numbers
 * distfun_unifstat — Uniform mean and variance

Support
 * distfun_erfcinv — Inverse erfc function
 * distfun_getpath — Returns path of current module
            
Files (6)
[422.30 kB]
Source code archive

[244.73 kB]
Linux 32-bit binary for Scilab 5.3.x
Linux 32-bit
Automatically generated by the ATOMS compilation chain

[517.01 kB]
Windows 32-bit binary for Scilab 5.3.x
Windows 32-bit
Automatically generated by the ATOMS compilation chain

[507.83 kB]
Windows 64-bit binary for Scilab 5.3.x
Windows 64-bit
Automatically generated by the ATOMS compilation chain

[235.88 kB]
macOS binary for Scilab 5.3.x
MacOSX version
Automatically generated by the ATOMS compilation chain

[250.79 kB]
Linux 64-bit binary for Scilab 5.3.x
Linux 64-bit
Automatically generated by the ATOMS compilation chain

News (0)
Comments (1)     Leave a comment 
Comment from Michael BAUDIN -- May 16, 2012, 02:18:48 PM    
Here are the changes in the v0.2.


distfun (0.2)
    * Splitted grand into separate distfun_grand* gateways.
    * Added distfun_*stats functions.
    * Removed MSDOS for compatibility for Scilab 5.4
      Distfun now compiles with Scilab 5.4.
    * Added missing spofa and sdot.
    * Fixed bugs in granddriver.c: "long int" 
      was used where "int" was necessary, producing a warning.
    * Removed unnecessary #include in granddriver.c
    * Created test sub-directories.
    * Created and used datasets in unit tests.
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.