Commit Graph

  • fac78cf926 Add PHP 8 support and drop PHP 5 support master Rasmus Lerdorf 2021-01-14 15:42:24 -08:00
  • d54038cbde Merge branch 'fix-rand-gen-noncentral-f-typo' Yuji Uchiyama 2019-08-03 10:10:43 +09:00
  • fd49b77bf8 Add function with typo as a deprecated alias George Peter Banyard 2019-08-03 02:29:17 +02:00
  • ea56be2690 Fix typo in function name (cenral -> central) George Peter Banyard 2019-07-22 19:50:56 +02:00
  • 9a53de8252 Remove unused Git attributes ident Peter Kokot 2018-06-30 19:14:11 +02:00
  • 020812ea95 Add CI for PHP 7.2 Yuji Uchiyama 2018-02-16 00:04:49 +09:00
  • 52b170e0b6 Merge branch 'php5' Yuji Uchiyama 2017-08-11 17:55:28 +09:00
  • 6982391348 Remove redundant quotes php5 Yuji Uchiyama 2017-08-11 17:53:54 +09:00
  • 7881542f49 Add CI for PHP 7.1 Yuji Uchiyama 2017-08-11 17:53:06 +09:00
  • 459b94a128 Merge branch 'php5' Yuji Uchiyama 2016-07-03 08:50:49 +09:00
  • 28e5a7085b Fix indent style Yuji Uchiyama 2016-07-03 08:24:56 +09:00
  • 0b3feb9eb2 Back to dev Yuji Uchiyama 2016-07-03 07:31:34 +09:00
  • 8c96323bc5 Fix supported version, Release 1.0.5 1.0.5 Yuji Uchiyama 2016-06-03 00:35:13 +09:00
  • 55a30d7c6e Back to dev Yuji Uchiyama 2016-06-02 23:48:46 +09:00
  • 9b162f2951 Release 2.0.3 2.0.3 Yuji Uchiyama 2016-06-02 23:47:39 +09:00
  • db4750857e Merge branch 'php5' Yuji Uchiyama 2016-06-02 23:45:19 +09:00
  • 12e269d1e9 Back to dev Yuji Uchiyama 2016-06-02 23:42:59 +09:00
  • afab30d420 Release 1.0.5 Yuji Uchiyama 2016-06-02 23:13:55 +09:00
  • da636c7b1b Merge branch 'php5' Yuji Uchiyama 2016-06-01 22:24:11 +09:00
  • 82eef9c893 Modify test code for backward compatibility Yuji Uchiyama 2016-06-01 22:21:49 +09:00
  • b4a930c920 Add .travis.yml Yuji Uchiyama 2016-06-01 22:16:00 +09:00
  • a5f649c607 Merge branch 'php5' Yuji Uchiyama 2016-05-29 13:34:15 +09:00
  • 94000a694c Merge branch 'php5' Yuji Uchiyama 2016-05-29 13:24:50 +09:00
  • b237165edc performance improvement in factorial calculation Yuji Uchiyama 2016-05-29 11:44:22 +09:00
  • 7bea19d120 fix loop direction and the type of loop variable in stats_stat_factorial Yuji Uchiyama 2016-05-29 11:20:38 +09:00
  • 9eadb06e96 fix zend_parse_parameters call and segfault in stats_stat_binomial_coef Remi Collet 2016-05-28 09:48:44 +02:00
  • 64c3733b30 Update package.xml Yuji Uchiyama 2016-05-28 14:46:29 +09:00
  • e40dc3b330 Back to dev Yuji Uchiyama 2016-05-28 14:14:21 +09:00
  • 0a9096fe4c Release 1.0.4 1.0.4 Yuji Uchiyama 2016-05-28 14:11:44 +09:00
  • 4fb95253cc Update package information Yuji Uchiyama 2016-05-28 14:04:49 +09:00
  • 0f7e5504d4 Fix bugs (master -> php5) Yuji Uchiyama 2016-05-28 13:24:27 +09:00
  • 80d788b54a Add a license file (master -> php5) Yuji Uchiyama 2016-05-28 12:17:12 +09:00
  • 1cfc88dc47 Update DCDFLIB files (master -> php5) Yuji Uchiyama 2016-05-28 12:15:26 +09:00
  • 83d284cacb Add tests (master -> php5) Yuji Uchiyama 2016-05-28 12:13:45 +09:00
  • d3dbc6e559 Back to dev Yuji Uchiyama 2016-05-28 10:19:53 +09:00
  • 1b730f92c6 Release 2.0.2 2.0.2 Yuji Uchiyama 2016-05-28 09:49:08 +09:00
  • 6c35f1fbcb Fix indentation Yuji Uchiyama 2016-05-28 08:50:24 +09:00
  • 064c413eae Update package.xml Yuji Uchiyama 2016-05-28 08:43:43 +09:00
  • 900275fb3f Fixed inconsistent prototype declarations Yuji Uchiyama 2016-05-25 06:25:13 +09:00
  • 5af5c3ddab Add tests and rename some tests for naming consistency y-uti 2016-04-06 21:42:43 +09:00
  • 3b8a1ef800 Fix stats_stat_paired_t returns false if arrays have less than 2 elements y-uti 2016-04-06 22:59:07 +09:00
  • c301734931 Fix bug in stats_stat_innerproduct y-uti 2016-04-06 21:46:29 +09:00
  • e22909b402 Fix array elements are mutated in functions y-uti 2016-02-23 20:05:18 +09:00
  • 9fcdf9bf70 Fix warned incorrectly if the array contains 0 but the power is not y-uti 2016-02-20 09:57:43 +09:00
  • 37c863fec3 Fix the array passed in is being modified by stats_stat_percentile y-uti 2016-02-20 06:42:40 +09:00
  • b57fb1417e Add tests to confirm bugs are fixed y-uti 2016-02-24 19:51:42 +09:00
  • 8b1e2177b7 Modify test case to avoid problems in dcdflib y-uti 2016-02-08 21:10:09 +09:00
  • ad38797e97 Inverse scale parameter before passed to cdfgam y-uti 2016-02-05 22:02:04 +09:00
  • 46d64c3abb Modify stats_cdf_uniform to check the range of p y-uti 2016-02-04 09:04:14 +09:00
  • 7c4e6582ad Modify stats_rand_gen_t to reject DF <= 0 y-uti 2016-02-04 08:51:50 +09:00
  • 934e958ffa Fix bug in the test code y-uti 2016-02-02 21:21:15 +09:00
  • c19d80387a Fix bug in stats_cdf_uniform function y-uti 2016-02-02 21:18:44 +09:00
  • d6bc3b4968 Fix bug in stats_cdf_weibull function y-uti 2016-02-02 21:16:12 +09:00
  • 2d042af4df Fix wrong calculation in stats_dens_weibull function y-uti 2016-02-02 10:19:09 +09:00
  • 7f9445ff2d Fix bug in the initilization of S in cdfbin function y-uti 2016-02-02 10:15:07 +09:00
  • 73bedd2992 Fix tests y-uti 2016-01-31 23:42:29 +09:00
  • 2656518ffe Add static modifier to variable declarations y-uti 2016-01-31 23:40:11 +09:00
  • ffdf4229b6 Merge pull request #5 from y-uti/issue-4 Yuji Uchiyama 2016-01-31 22:36:14 +09:00
  • 1e942cf6b3 Enable all tests y-uti 2016-01-29 20:43:08 +09:00
  • b94ad6b573 Add tests for cdf, dens, and rand_gen functions y-uti 2016-01-29 10:24:51 +09:00
  • e0805fd30e Add unit test for stats_stat_percentile y-uti 2016-01-22 19:12:24 +09:00
  • 7ab0b4478c Fix argument type y-uti 2016-01-21 21:54:15 +09:00
  • be3eb66662 Back to dev Sean DuBois 2016-01-02 01:42:46 -06:00
  • e0843b945e Release 2.0.1 2.0.1 Sean DuBois 2016-01-02 01:33:20 -06:00
  • ce6ce1df23 Add PHP 3.1 LICENSE, update headers 3.0 -> 3.1 Sean DuBois 2016-01-02 01:29:13 -06:00
  • 1843c05b15 Back to dev Sean DuBois 2016-01-02 01:11:11 -06:00
  • f00013956f Release 2.0.0 2.0.0 Sean DuBois 2016-01-02 07:08:48 +00:00
  • f475977f55 Fix invalid datatypes being passed to zend_parse_parameters Sean DuBois 2015-12-08 04:08:01 +00:00
  • bf37195965 tweaking numeric_compare_function in stats_array_data_compare Will Gallego 2015-11-17 15:44:50 +00:00
  • dfceec13ee Add .travis.yml Sean DuBois 2015-07-24 05:33:19 +00:00
  • 220bab3751 Remove tests/common.php stats.so is loaded, should add checks to skip if not found in .phpt files later Sean DuBois 2015-07-24 05:28:20 +00:00
  • 1a2abd6c9f Fix all compile errors, all tests pass Sean DuBois 2015-07-24 05:13:06 +00:00
  • 8bd7af8d74 Make proto comment match the code Rasmus Lerdorf 2013-12-19 21:03:02 +00:00
  • 2c0c4f16dc make the static variables, well.. static Antony Dovgal 2013-04-16 12:34:25 +00:00
  • dd956ce8ee - Make this extension work with 5.4 and later. Derick Rethans 2011-07-21 12:14:10 +00:00
  • 6efd3357a1 fix a huge number of wrong MIME types. UGH. Gwynne Raskind 2009-07-13 12:15:13 +00:00
  • 0c8f7ae634 - Renamed php_statistics.h and statistics.c to php_stats.h and php_stats.c respectively Steph Fox 2008-04-08 16:13:17 +00:00
  • b504fb2d9e - Bring the majority of PECL extensions into line with macro/x.x.x versioning. - Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases. Steph Fox 2008-03-31 10:19:57 +00:00
  • 72d9719a96 fix proto Andrey Hristov 2006-06-15 15:56:02 +00:00
  • befe5f5e6a new version 1.0.2 Andrey Hristov 2006-05-31 17:20:51 +00:00
  • a520ca909a add also forward declaration Andrey Hristov 2006-05-30 18:02:36 +00:00
  • 0a0e2f8899 add lgamma for our windows users. lgamma is standard for linux/bsd Andrey Hristov 2006-05-30 17:53:18 +00:00
  • feca89335b - update to 2.0 format 1.0.1 Pierre Joye 2006-03-25 18:00:11 +00:00
  • 7fd15db489 - fix changelog - xmllint Pierre Joye 2006-03-25 17:52:31 +00:00
  • 5c3a365a26 prepare for a new release Andrey Hristov 2006-03-25 17:44:27 +00:00
  • e27dfdd644 fix module build Andrey Hristov 2006-03-25 17:42:00 +00:00
  • 44d5680200 add this 1.0.0 Andrey Hristov 2005-11-24 18:37:17 +00:00
  • 726dd72295 initialize val because in some branches it can be used unitialized Andrey Hristov 2005-06-02 11:07:24 +00:00
  • ba4677e690 initialize the variable Andrey Hristov 2005-05-14 17:07:54 +00:00
  • 3d3a50e67f this is needed for the tests Andrey Hristov 2005-05-13 12:17:31 +00:00
  • 07077b4357 - add the following functions . stats_absolute_deviation . stats_standard_deviation . stats_variance . stats_harmonic_mean . stats_skew . stats_kurtosis . stats_covariance - cleanup for 64bit machines - bump the version number to 1.1 Andrey Hristov 2005-05-13 12:17:08 +00:00
  • e504f5c226 - bump version number to 1.0 - remove EXPERIMENTAL flag Andrey Hristov 2005-04-14 15:11:21 +00:00
  • a330d525ef fixie :) Wez Furlong 2004-01-09 19:33:11 +00:00
  • 427dc6a88b statistics -> stats lgamma() is not available on windows, for now the functions that use this functions will return false. Andrey Hristov 2004-01-09 19:22:36 +00:00
  • 1ad7d8bb49 fixes for win32; final link fails due to missing lgamma() function Wez Furlong 2004-01-09 19:06:19 +00:00
  • fe3eca7b71 new license. updated php version. $id tags Andrey Hristov 2004-01-09 18:58:32 +00:00
  • 251497a615 cleanup Andrey Hristov 2004-01-09 18:29:49 +00:00
  • 4ea34f4703 initial commit of stats extension (wraps dcdflib and randlib) Andrey Hristov 2004-01-09 18:23:51 +00:00
  • 537446b9b4 Standard project directories initialized by cvs2svn. cvs2svn 2004-01-09 18:23:51 +00:00