https://github.com/cran/FunChisq
Raw File
Tip revision: 0797c6baf6c7744b61bd216e0894a1742480f421 authored by Joe Song on 29 June 2015, 19:25:06 UTC
version 2.1.0
Tip revision: 0797c6b
NEWS
NEWS 

Version 2.1.0 2015-06-29
Changes
  1. Substantially reduced the run time of exact functional test by designing a 
     better branch and bound strategy.
  2. Enabled C++11 compling by adding two files (Makevars and Makevars.win).
  3. Fixed a bug occured under WIN32 using long double by adding define.h to 
     specify double precision for WIN32 and long double precision for WIN64.
  4. Increased float comparison precision by considering a tolerance.
  5. Imported pnorm() and pchisq() from the "stats" package. 

Version 2.0.2 2015-03-03
Changes
  1. Updated documentation for the package and its functions.
  2. Fixed a testing issue under r-release-linux-ix86 flavor.

Version 2.0.1 2015-02-23
Changes
  1. Removed assert() function from StatDistribution.cpp.
  2. Removed Makevar and Makevar.win files.
  3. Removed all iostream and sstream and cassert.
  4. Removed TransitionTableIO.cpp.
  5. In the testthat examples, signif(x,8) is used to compare 8 significant 
     digits of the results. 
  6. Added a normalized functional chi-square test example.

Version 2.0.0 2015-02-12
Changes
  1. Added a new exact functional test as a method option to fun.chisq.test(). 
     The exact functional test is an exact version of FunChisq test, it is 
     more precise to detect functional dependencies in small sample-sized 
     contingency tables.
  2. Added a new comparative functional chi-square test for detecting 
     heterogeneity in functional dependencies among contingency tables.     
  3. Revised the examples and documentation to improve usability.
  4. Added automated test cases into the package.
  5. Started the NEWS file.

Version 1.0 2014-03-08
Changes
  1. The first release of this package implements the functional chi-square 
     test and a normalized version.
     
back to top