Activity for LibRan

  • R.K. Owen R.K. Owen committed [3ec311]

    Document changes mostly and some improved examples.

  • R.K. Owen R.K. Owen committed [9a15b1]

    Merge branch 'sfwork' of ssh://git.code.sf.net/p/libran/code into work

  • R.K. Owen R.K. Owen committed [8d327e]

    Updated Doxygen config file to latest version and use MathJax to render math.

  • R.K. Owen R.K. Owen committed [eac65c]

    Added source code links and likely output from the example code.

  • R.K. Owen R.K. Owen committed [e49a0c]

    Fixed spelling error.

  • R.K. Owen R.K. Owen committed [90e3b3]

    Cleared up some Geometric distribution docs.

  • R.K. Owen R.K. Owen committed [0c3ff9]

    Added the Binomial distribution.

  • R.K. Owen R.K. Owen committed [40bf8f]

    Spelling error.

  • R.K. Owen R.K. Owen committed [9956f3]

    Added the set of functions to create for discrete variates and doc fixes.

  • R.K. Owen R.K. Owen committed [744997]

    Added the discrete geometric distribution.

  • R.K. Owen R.K. Owen committed [08abba]

    Removed extraneous comment lines.

  • R.K. Owen R.K. Owen committed [992d66]

    Merge commit 'bc95e4'

  • R.K. Owen R.K. Owen committed [8c42b3]

    Fixed some document irregularities.

  • R.K. Owen R.K. Owen committed [da90b6]

    Added the discrete Poisson distribution.

  • R.K. Owen R.K. Owen committed [bc95e4]

    Added a version info routine.

  • R.K. Owen R.K. Owen committed [a72844]

    Added the LR_obj float attributes 'p','q' and calloc memory.

  • R.K. Owen R.K. Owen committed [3310bd]

    Working configure.ac - determines several IRAND constants and times

  • R.K. Owen R.K. Owen committed [153301]

    Now with working and optimised version of urand "package."

  • R.K. Owen R.K. Owen committed [b4fecf]

    Not using the GNU standard for files.

  • R.K. Owen R.K. Owen committed [4d05bb]

    Indented the conditional statements, and updated licensing statement.

  • R.K. Owen R.K. Owen committed [145caa]

    Expanded the list of files to ignore.

  • R.K. Owen R.K. Owen committed [76e6c0]

    Updated license info.

  • R.K. Owen R.K. Owen committed [b35dad]

    Use the git-log tool to generate an acceptable ChangeLog.

  • R.K. Owen R.K. Owen committed [680371]

    Initial LR object creation and set-up. Added automake/autoconf files.

  • R.K. Owen R.K. Owen committed [3f7375]

    Added the beginning set of CUnit tests.

  • R.K. Owen R.K. Owen committed [1e90fe]

    Have LRset & LRsetall skip over non-valid parameters.

  • R.K. Owen R.K. Owen committed [0aae71]

    Added a couple routines to URAND to retrieve the important generated

  • R.K. Owen R.K. Owen committed [582ed9]

    Added the set of urand function references to the LR_obj object.

  • R.K. Owen R.K. Owen committed [4c957b]

    Have the LRtest program depend on the library so it will be up-to-date.

  • R.K. Owen R.K. Owen committed [12ced0]

    Added the double unif set of functions.

  • R.K. Owen R.K. Owen committed [5133f0]

    Added the basic binning routines to create or remove an object, and

  • R.K. Owen R.K. Owen committed [d6d203]

    Added CUnit tests of the LR_bin_set() function.

  • R.K. Owen R.K. Owen committed [b61f04]

    Eliminate the data type from the binning object.

  • R.K. Owen R.K. Owen committed [b4ac27]

    Added the binning collector LR_bin_add() and tests.

  • R.K. Owen R.K. Owen committed [1f9192]

    Added the Unif tests and the float Unif set of functions.

  • R.K. Owen R.K. Owen committed [11f8cd]

    Added the gsn2 random variate distribution.

  • R.K. Owen R.K. Owen committed [9793a8]

    Added an auxiliary value and pointer to some other object.

  • R.K. Owen R.K. Owen committed [c35141]

    Have the piecewise uniform PDF & CDF working.

  • R.K. Owen R.K. Owen committed [b41663]

    Make sure the piecewise PDFs are non-negative.

  • R.K. Owen R.K. Owen committed [9c1621]

    Finished the piecewise uniform distribution part with tests.

  • R.K. Owen R.K. Owen committed [c7dc56]

    Added the linear spline distribution, which is like much like the

  • R.K. Owen R.K. Owen committed [c7dc56]

    Added the linear spline distribution, which is like much like the

  • R.K. Owen R.K. Owen committed [d83a05]

    Added a flag to the LR_pcs struct to identify when certain preliminary

  • R.K. Owen R.K. Owen committed [bda5bb]

    Unified the error handling and provided a common set of error values

  • R.K. Owen R.K. Owen committed [1afbbf]

    Added the Box-Muller version of the gaussian/normal variate distribution.

  • R.K. Owen R.K. Owen committed [832c93]

    Fixed the Gaussian-Box Muller documentation.

  • R.K. Owen R.K. Owen committed [eaead6]

    Added the LR_check() method to fix the LR_obj parameters (when it

  • R.K. Owen R.K. Owen committed [24faa5]

    Updated the Design doc to the current version of the LibRan library.

  • R.K. Owen R.K. Owen committed [84dcf9]

    Added the Cauchy/Lorentz distribution to LibRan.

  • R.K. Owen R.K. Owen committed [76f64b]

    Updated docs to uppercase Gaussian/Normal.

  • R.K. Owen R.K. Owen committed [0dc48d]

    Added another method for generating Cauchy distributed variates using

  • R.K. Owen R.K. Owen committed [923b2c]

    Added the negative exponential distribution.

  • R.K. Owen R.K. Owen committed [1020b2]

    Added the conditional extern "C" code to preserve C style linkage.

  • R.K. Owen R.K. Owen committed [40bc9b]

    Fixed up the gsn2 routines to use named values, also the float RAN

  • R.K. Owen R.K. Owen committed [37e7d9]

    Fixed declared array size.

  • R.K. Owen R.K. Owen committed [0dc7d2]

    Added a test for symmetric distributions -> PDF(-x)=PDF(x) & CDF(-x)+CDF(x)=1

  • R.K. Owen R.K. Owen committed [85a6aa]

    Added the very difficult Gsn12 distribution with accurate PDF/CDFs.

  • R.K. Owen R.K. Owen committed [27f79e]

    Added LaTeX documentation to Cauchy/Lorentz distribution.

  • R.K. Owen R.K. Owen committed [d3a45c]

    Added LaTeX documentation to LRgaus for Gaussian/Normal distributions.

  • R.K. Owen R.K. Owen committed [d09b6d]

    Added more detailed documentation to LRerror.c

  • R.K. Owen R.K. Owen committed [133988]

    Moved working file to aux/gsn.c .

  • R.K. Owen R.K. Owen committed [f8386e]

    Added LaTeX comments to LRnexp.c

  • R.K. Owen R.K. Owen committed [8a4cb5]

    Added the LaTeX documentation to the Gaussian-like distributions

  • R.K. Owen R.K. Owen committed [4c8324]

    Added \latexonly sections where there are \manonly sections.

  • R.K. Owen R.K. Owen committed [719919]

    Added the Gaussian/Normal distribution plots.

  • R.K. Owen R.K. Owen committed [592465]

    \latexonly is only for adding LaTeX code too complicated for Doxygen.

  • R.K. Owen R.K. Owen committed [94e708]

    Fixed typo.

  • R.K. Owen R.K. Owen committed [d13f11]

    Added the detailed documentation for LRpiece.c, including helpful plots.

  • R.K. Owen R.K. Owen committed [6a2b93]

    Added the further and more detailed documentation to LRlspline.c

  • R.K. Owen R.K. Owen committed [2cbedb]

    Added significant documentation to LRset.

  • R.K. Owen R.K. Owen committed [807230]

    Completed the User Inverse CDF portion.

  • R.K. Owen R.K. Owen committed [dd97cb]

    Fixed typo.

  • R.K. Owen R.K. Owen committed [119f26]

    Added detailed documentation to urand.c (and config.h).

  • R.K. Owen R.K. Owen committed [b199bb]

    Added two integer only attributes to LR_obj - k & n.

  • R.K. Owen R.K. Owen committed [3a3a2d]

    Document the urand/turand.c test program.

  • R.K. Owen R.K. Owen committed [afc6a4]

    Clarified much of the documentation.

  • R.K. Owen R.K. Owen committed [f79bc3]

    Updated the LR_check() routine with the newer random variate types.

  • R.K. Owen R.K. Owen committed [d9fde5]

    Added the Erlang distribution with tests.

  • R.K. Owen R.K. Owen committed [5a996e]

    Check for zero explicitly in nexp RAN().

  • R.K. Owen R.K. Owen committed [41ce2a]

    Added a README with mark-down & example code, also the urand.h declaration.

  • R.K. Owen R.K. Owen committed [07f96d]

    Added the LaTeX code for the mathematical definition of the uniform

  • R.K. Owen R.K. Owen committed [8903f3]

    Add README.md to list of documents to process.

  • R.K. Owen R.K. Owen committed [b044c9]

    Reference the expanded documentation.

  • R.K. Owen R.K. Owen committed [921f41]

    Added a configure level procedure to find the machine eps and the sqrt too.

  • R.K. Owen R.K. Owen committed [8b4c62]

    Fixed errant docs and remove need for urand.h

  • R.K. Owen R.K. Owen committed [d96eb5]

    Updated the license lines for the urand.

  • R.K. Owen R.K. Owen committed [e8b94d]

    Added the LR_check() routine into the code example.

  • R.K. Owen R.K. Owen committed [35b0dd]

    Added further documentation to LRnew.c

  • R.K. Owen R.K. Owen committed [a56d62]

    Removed extra line.

  • R.K. Owen R.K. Owen committed [984c19]

    Added more detailed documentation regarding the LR_bin object.

  • R.K. Owen R.K. Owen committed [11ffec]

    Modified some m4 macros for Doxygen doc generation.

  • R.K. Owen R.K. Owen committed [5626f5]

    Added a logo and some doc changes.

  • R.K. Owen R.K. Owen committed [ebf6f7]

    Changed from the specific PDF defining routines to the generic aux routines.

  • R.K. Owen R.K. Owen committed [63f59f]

    Added more detailed documentation to the LR_bin code.

  • R.K. Owen R.K. Owen committed [db6474]

    Added further documentation to LRdf.c and added tests for calling

  • R.K. Owen R.K. Owen committed [c02418]

    Added the copyright & license notice, and images for the Cauchy and Erlang

  • R.K. Owen R.K. Owen committed [b5f5c8]

    Added documentation on how to add another random variate distribution.

1