Commit graph

9 commits

Author SHA1 Message Date
Mike M. Volokhov
126568d58b Update R-entropy to version 1.2.0.
CHANGES IN `entropy' PACKAGE VERSION 1.2.0

* new functions KL.plugin(), KL.empirical(), Kl.Dirichlet(), and
  KL.shrink() for computing the Kullback-Leibler divergence.
* new functions chi2.plugin(), chi2.empirical(), chi2.Dirichlet(), and
  chi2.shrink() for computing the chi-squared statistic.
* new functions chi2indep.plugin(), chi2indep.empirical(),
  chi2indep.Dirichlet(), and chi2indep.shrink() for computing the
  chi-squared statistic of independence.
* new discretize2d() function for simple binning of a pair of random
  variables.
* in all shrinkage functions the target option has been removed (and
  the default uniform target is now always used).

             CHANGES IN `entropy' PACKAGE VERSION 1.1.9

* new discretize() function for simple binning of a continuous random
  variable.
* now requires R >= 2.15.1.

             CHANGES IN `entropy' PACKAGE VERSION 1.1.8

* License file removed.
* Dependencies updated.
* the functions freqs.shrink(), entropy.shrink(), mi.shrink(),
  entropy(), and freqs() now allow to specify the shrinkage intensity.
2013-11-22 11:41:46 +00:00
Mike M. Volokhov
6b365484d6 Move LICENSE right below COMMENT, that's where it usually should be.
Noted by <wiz> - thank you very much!
2013-03-19 01:22:55 +00:00
Mike M. Volokhov
0762cc544e Cleanup Makefiles and get them ready to import. 2012-08-30 19:03:42 +00:00
Mike M. Volokhov
bf16f8207e Set R dependency version to what actually required the library. 2012-07-18 11:14:48 +00:00
Mike M. Volokhov
646cf918b6 Take responsibility for all that R stuff I imported so far. 2012-07-17 23:43:43 +00:00
Mike M. Volokhov
671282c4d6 Update to entropy 1.1.7.
The change only: NAMESPACE file added.
2012-06-21 21:03:06 +00:00
Blue Rats
39b8671cb8 +LICENSE. Passes pkglint. 2012-06-13 05:00:28 +00:00
Mike M. Volokhov
25b0933ceb Oops, new entropy package has been released a week ago - update.
Major changes:
* small in documentation file fixed (for R 2.13.0 release)
* added in documentation that the default unit for the entropy
  is "nats" (natural units), for "bits" one needs to set unit="log2".
2011-04-02 19:42:42 +00:00
Mike M. Volokhov
cd9887269f Import R-entropy-1.1.5 as wip/R-entropy.
R implementation of various estimators of entropy, such as the
shrinkage estimator by Hausser and Strimmer, the maximum likelihood
and the Millow-Madow estimator, various Bayesian estimators, and
the Chao-Shen estimator. It also offers an R interface to the NSB
estimator. Furthermore, it provides functions for estimating mutual
information.
2011-04-02 19:03:31 +00:00