summaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Import: math/lumina-calculatorpin1-1/+2
Scientific calculator for the Lumina desktop. This is a graphical, scientific calculator with history and recall abilities.
2020-05-22math: add tex-minifp{,-doc}markd1-1/+3
2020-05-19gappa: Import gappa-1.3.5 as math-gappariastradh1-1/+2
Gappa is a tool intended to help verifying and formally proving properties on numerical programs dealing with floating-point or fixed-point arithmetic.
2020-05-19sollya: Import sollya-7.0 as math/sollyariastradh1-1/+2
Sollya is a tool environment and a library for safe floating-point code development, particularly targeted at automated implementation of math libraries like libm. Derived from wip/sollya.
2020-05-19fplll: Import fplll-5.3.2 as math/fplllriastradh1-1/+2
fplll is a library of floating-point lattice algorithms. Derived from wip/fplll.
2020-05-19mpfi: Import mpfr-1.5.4 as math/mpfrriastradh1-1/+2
mpfr is a multiprecision floating-point interval arithmetic library. Derived from wip/mpfi.
2020-04-27Added py-numpy16 - the last version to support Python 2.7adam1-1/+2
2020-03-13remove arpackplunky1-2/+1
2020-02-28add harmbase2 subdirplunky1-1/+2
2020-02-28add harmgen subdirplunky1-1/+2
2020-02-28add congen subdirplunky1-1/+2
2020-02-28add arpack-ngplunky1-1/+2
2020-02-10Added devel/R-lintr version 2.0.0mef1-1/+2
Added devel/R-cyclocomp version 1.1.0 Added textproc/R-xmlparsedata version 1.0.3 Added math/R-stringdist version 0.9.5.5
2020-01-19Add hs-ieee754pho1-1/+2
2020-01-07Add xyconvert 1.5 to pkgsrc-currentnros1-1/+2
xyconvert is a converter gui for powder diffraction files. It is distributed with the xylib library.
2020-01-03Add hs-semigroupoidspho1-1/+2
2020-01-03Add hs-profunctorspho1-1/+2
2020-01-03Add hs-bifunctorspho1-1/+2
2020-01-03Add hs-comonadpho1-1/+2
2020-01-02Add hs-math-functionspho1-1/+2
2020-01-01math/Makefile: Add py-Keras-Applicationsminskim1-1/+2
2020-01-01math/Makefile: Add py-Keras-Preprocessingminskim1-1/+2
2020-01-01Add hs-contravariantpho1-1/+2
2020-01-01Add hs-integer-logarithmspho1-1/+2
2020-01-01extcalc: Removekamil1-2/+1
Leftover qt4 dead package. Proposed on ML 2 months ago.
2019-12-04add math/py-libixion to pkgsrcnros1-1/+2
py-libixion are python bindings for math/libixion.
2019-12-01math/Makefile: Add py-sklearn-pandasminskim1-1/+2
2019-11-25math: Add py-arvizminskim1-1/+2
2019-11-20math: remove qalculate-{bases,currency,units}markd1-4/+1
2019-10-02math/Makefile: Add py-netCDF4minskim1-1/+2
2019-09-21math/Makefile: Add py-xarrayminskim1-1/+2
2019-08-24Add yices2 to the build.alnsn1-1/+2
2019-08-09R-tidyr: initial commitbrook1-1/+2
An evolution of 'reshape2'. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with 'dplyr' data pipelines.
2019-08-09R-dplyr: initial commitbrook1-1/+2
A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
2019-08-09R-compositions: initial commitbrook1-1/+2
Provides functions for the consistent analysis of compositional data (e.g. portions of substances) and positive numbers (e.g. concentrations) in the way proposed by J. Aitchison and V. Pawlowsky-Glahn.
2019-08-09R-robustbase: initial commitbrook1-1/+2
"Essential" Robust Statistics. Tools allowing to analyze data with robust methods. This includes regression methodology including model selections and multivariate statistics where we strive to cover the book "Robust Statistics, Theory and Methods" by 'Maronna, Martin and Yohai'; Wiley 2006.
2019-08-09R-tensorA: initial commitbrook1-1/+2
Provides convenience functions for advanced linear algebra with tensors and computation with datasets of tensors on a higher level abstraction. It includes Einstein and Riemann summing conventions, dragging, co- and contravariate indices, parallel computations on sequences of tensors.
2019-08-09R-DEoptimR: initial commitbrook1-1/+2
Differential Evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it only provides an implementation of the 'jDE' algorithm by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
2019-08-09R-energy: initial commitbrook1-1/+2
E-statistics (energy) tests and statistics for multivariate and univariate inference, including distance correlation, one-sample, two-sample, and multi-sample tests for comparing multivariate distributions, are implemented. Measuring and testing multivariate independence based on distance correlation, partial distance correlation, multivariate goodness-of-fit tests, k-groups and hierarchical clustering based on energy distance, testing for multivariate normality, distance components (disco) for non-parametric analysis of structured data, and other energy statistics/methods are implemented.
2019-07-31R-zeallot: initial commit.brook1-1/+2
Provides a %<-% operator to perform multiple, unpacking, and destructuring assignment in R. The operator unpacks the right-hand side of an assignment into multiple values and assigns these values to variables on the left-hand side of the assignment.
2019-07-31R-vctrs: initial commit.brook1-1/+2
Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analyzing function interfaces.
2019-07-31R-urca: initial commit.brook1-1/+2
Unit root and cointegration tests encountered in applied econometric analysis are implemented.
2019-07-31R-survey: initial commit.brook1-1/+2
Summary statistics, two-sample tests, rank tests, generalised linear models, cumulative link models, Cox models, loglinear models, and general maximum pseudolikelihood estimation for multistage stratified, cluster-sampled, unequally weighted survey samples. Variances by Taylor series linearisation or replicate weights. Post-stratification, calibration, and raking. Two-phase subsampling designs. Graphics. PPS sampling without replacement. Principal components, factor analysis.
2019-07-31R-sandwich: initial commit.brook1-1/+2
Model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.
2019-07-31R-rstudioapi: initial commit.brook1-1/+2
Access the RStudio API (if available) and provide informative error messages when it's not.
2019-07-31R-relimp: initial commit.brook1-1/+2
Functions to facilitate inference on the relative importance of predictors in a linear or generalized linear model, and a couple of useful Tcl/Tk widgets.
2019-07-31R-nortest: initial commit.brook1-1/+2
Five omnibus tests for testing the composite hypothesis of normality.
2019-07-31R-mitools: initial commit.brook1-1/+2
Tools to perform analyses and combine results from multiple-imputation datasets.
2019-07-31R-forcats: initial commit.brook1-1/+2
Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').
2019-07-31R-estimability: initial commit.brook1-1/+2
Provides tools for determining estimability of linear functions of regression coefficients, and 'epredict' methods that handle non-estimable cases correctly. Estimability theory is discussed in many linear-models textbooks including Chapter 3 of Monahan, JF (2008), "A Primer on Linear Models", Chapman and Hall (ISBN 978-1-4200-6201-4).