The NetBSD Project

CVS log for pkgsrc/math/hs-statistics/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / hs-statistics

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:44 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:39 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 30 05:33:49 2025 UTC (7 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
math/hs-statistics: update to statistics-0.16.3.0

## Changes in 0.16.3.0

 * `S.Sample.correlation`, `S.Sample.covariance`,
   `S.Correlation.pearson` do not allocate temporary arrays.

 * Variants of correlation which take two vectors as input are added:
   `S.Sample.correlation2`, `S.Sample.covariance2`, `S.Correlation.pearson2`,
   `S.Correlation.spearman2`.

 * Contexts for `S.Function.indexed`, `S.Correlation.spearman`, `S.pairedTTest`,
   `S.Sample.correlation`, `S.Sample.covariance`, reduced.

 * Computation of `rSquare` in linear regression has special case for case when
   data variation is 0.

 * Doctests added.

 * Benchmarks using `tasty-bench` and `tasty-papi` added.

 * Spurious test failures fixed.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:28 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:15 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 2 02:47:40 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
math/hs-statistics: import hs-statistics-0.16.2.1

This library provides a number of common functions and types useful in
statistics. We focus on high performance, numerical robustness, and use of
good algorithms. Where possible, we provide references to the statistical
literature.

The library's facilities can be divided into four broad categories:

* Working with widely used discrete and continuous probability
  distributions. (There are dozens of exotic distributions in use; we focus
  on the most common.)

* Computing with sample data: quantile estimation, kernel density
  estimation, histograms, bootstrap methods, significance testing, and
  regression and autocorrelation analysis.

* Random variate generation under several different distributions.

* Common statistical tests for significant differences between samples.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>