mir-stat

9il ilyayaroshenko at gmail.com
Thu Oct 8 16:40:01 UTC 2020


It is a pleasure to announce the Dlang Statistical Package by 
John Michael Hall.

API
http://mir-stat.libmir.org/

GitHub
http://github.com/libmir/mir-stat

DUB
https://code.dlang.org/packages/mir-stat

The initial release provides descriptive statistics and 
algorithms for transforming data that are useful in statistical 
applications.

The very basic stuff like `gmean` [1] is located in the 
mir-algorithm package, it will be downloaded automatically.

The generation of random numbers of various distributions is 
provided by mir-random package [2].

---

libmir.org infrastructure supports cross-site links now.

New documentation macro set:
  GREF
  GREF1
  GREF_ALTTEXT
  GREF1_ALTTEXT

The G* macros add an argument to the first position that should 
refer to the mir package name.

Example:
/++
Module header
Macros:
  NDSLICEREF = $(GREF_ALTTEXT mir-algorithm, $(TT $2), $2, mir, 
ndslice, $1)$(NBSP)
+/

/++
See_also: $(NDSLICEREF slice, Slice)
+/
Slice!(double, 2) eye(size_t n);

---

Have a good day!

Ilya

[1] http://mir-algorithm.libmir.org/mir_math_stat.html
[2] http://mir-random.libmir.org/mir_random_variable.html


More information about the Digitalmars-d-announce mailing list