Weekly(18-24th June) Report
Contents
Introduction
This is the report of Prateek Papriwal for the GSOC 2012 on the project "Distribution functions" for the period 18th-24th June 2012.
Task List
Added macros and tests
I added the macros(distfun_binocdf,distfun_binoinv,distfun_binopdf,distfun_binornd,distfun_binostat) and corresponding tests of Binomial distribution. Having written geometric distribution, I have now become used to the basic standards of coding distribution functions. Coding binomial distribution functions was comparatively easy.
Added small modifications
I added binocdf_yalta.dataset.csv and binocdf.R.dataset with help of benchmarks "Accuracy Distributions Microsoft Excel" and binom.r respectively. Then made corresponding changes in the tests to check the accuracy and compatability of functions. Also i made some modification in the
Added help pages
I had already added examples,bibliography,parameters,calling sequence while writing macros . Though i added some more important examples to help user understand the macro easily . After other small modification ,I created the help pages.
Commits
1. http://forge.scilab.org/index.php/p/distfun/source/commit/320/
2. http://forge.scilab.org/index.php/p/distfun/source/commit/321/
3. http://forge.scilab.org/index.php/p/distfun/source/commit/323/
4. http://forge.scilab.org/index.php/p/distfun/source/commit/324/
5. http://forge.scilab.org/index.php/p/distfun/source/commit/325/
6. http://forge.scilab.org/index.php/p/distfun/source/commit/326/