summaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-07-31R-ellipsis: initial commit.brook1-1/+2
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
2019-07-31R-backports: initial commit.brook1-1/+2
Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations.
2019-07-31R-acepack: initial commit.brook1-1/+2
Two nonparametric methods for multiple regression transform selection are provided. The first, Alternative Conditional Expectations (ACE), is an algorithm to find the fixed point of maximal correlation, i.e. it finds a set of transformed response variables that maximizes R^2 using smoothing functions [see Breiman, L., and J.H. Friedman. 1985. "Estimating Optimal Transformations for Multiple Regression and Correlation". Journal of the American Statistical Association. 80:580-598. <doi:10.1080/01621459.1985.10478157>]. Also included is the Additivity Variance Stabilization (AVAS) method which works better than ACE when correlation is low [see Tibshirani, R.. 1986. "Estimating Transformations for Regression via Additivity and Variance Stabilization". Journal of the American Statistical Association. 83:394-405. <doi:10.1080/01621459.1988.10478610>]. A good introduction to these two methods is in chapter 16 of Frank Harrel's "Regression Modeling Strategies" in the Springer Series in Statistics.
2019-07-31R-RcmdrMisc: initial commit.brook1-1/+2
Various statistical, graphics, and data-management functions used by the Rcmdr package in the R Commander GUI for R.
2019-07-31R-RandomFieldsUtils: initial commit.brook1-1/+2
Various utilities are provided that might be used in spatial statistics and elsewhere. It delivers a method for solving linear equations that checks the sparsity of the matrix before any algorithm is used. Furthermore, it includes the Struve functions.
2019-07-31R-Formula: initial commit.brook1-1/+2
Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple responses on the left-hand side (see <DOI:10.18637/jss.v034.i01>).
2019-06-17math/: Add bc-ghgdt1-1/+2
2019-06-15py-scipy12: added version 1.2.2adam1-1/+2
This is the last version that supports Python 2.7. Apparently, some packages still require Scipy with Python 2.7.
2019-06-15py-uncertainties: added version 3.1.1adam1-1/+2
uncertainties allows calculations such as (2 +/- 0.1)*2 = 4 +/- 0.2 to be performed transparently. Much more complex mathematical expressions involving numbers with uncertainties can also be evaluated directly. The uncertainties package takes the pain and complexity out of uncertainty calculations.
2019-06-02(math/double-converison) New package addedmef1-1/+2
2019-03-21Add p5-Math-Int128.he1-1/+2
2019-01-30math: Add sc-imleot1-1/+2
2018-12-21Add R-carDatawen1-1/+2
2018-12-15math: Add bcalleot1-1/+2
2018-09-17Add package R-RNetCDF version 1.9-1maya1-1/+2
An R interface to the NetCDF file format designed by Unidata for efficient storage of array-oriented scientific data and descriptions. The R interface is closely based on the C API of the NetCDF library, and it includes calendar conversions from the Unidata UDUNITS library. The current implementation supports all operations on NetCDF datasets in classic and 64-bit offset file formats, and NetCDF4-classic format is supported for reading and modification of existing files. From Kai-Uwe Eckhardt, updated as the previous distfile wasn't available. PR pkg/51607
2018-08-21math/Makefile: + p5-Statistics-CaseResamplingwiz1-1/+2
2018-08-21math/Makefile: + p5-Number-WithErrorwiz1-1/+2
2018-08-16math/gnumeric*: remove two obsolete versions of gnumeric.wiz1-3/+1
Use math/gnumeric112 instead.
2018-08-15Add libnumbertextryoon1-1/+2
2018-07-29Makefile: + djbsortwiz1-1/+2
2018-07-27math/Makefile: Add stan-mathminskim1-1/+2
2018-07-07math/Makefile: Add sundialsminskim1-1/+2
2018-07-06math/Makefile: Add py-pymc3minskim1-1/+2
2018-07-06math/Makefile: Add py-Theanominskim1-1/+2
2018-07-04py-tables: (ex py-pytables) updated to 3.4.4adam1-2/+2
Changes from 3.4.3 to 3.4.4 Improvements Environment variable to control the use of embedded libraries. Include citation in repository. gh-690. Bugs fixed Fixed import error with numexpr 2.6.5.dev0 gh-685. Fixed linter warnings. Fixed for re.split() is version detection. gh-687. Fixed test failures with Python 2.7 and NumPy 1.14.3 gh-688 & gh-689.
2018-06-20Added math/p5-Math-Matrix version 0.8 [mef 2018-06-20]mef1-1/+3
Added math/p5-Math-Systems version 0.01 [mef 2018-06-20]
2018-06-17math/Makefile: Add go-unitsminskim1-1/+2
2018-06-05math/Makefile: Add R-moonsunminskim1-1/+2
2018-05-24math/Makefile: Add R-igraphminskim1-1/+2
2018-05-18math/Makefile: Add py-numbaminskim1-1/+2
2018-05-02math/Makefile: + p5-Alien-GMPwiz1-1/+2
2018-04-14py-kiwisolver: added version 1.0.1adam1-1/+2
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an implementation of the algorithm based on the seminal Cassowary paper. It is not a refactoring of the original C++ solver. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver will typical use cases gaining a 40x improvement. Memory savings are consistently > 5x
2018-04-14py-asteval: added version 0.9.12adam1-1/+2
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available.
2018-04-13math/Makefile: Add R-prettyunitsminskim1-1/+2
2018-04-09math/Makefile: Add R-xtableminskim1-1/+2
2018-04-06math/py-tensorflow-tensorboard: Removedminskim1-2/+1
This package was obsoleted by math/py-tensorboard.
2018-04-06math/Makefile: Add py-tensorboardminskim1-1/+2
2018-03-23math/Makefile: Add R-forecastminskim1-1/+2
2018-03-22math/Makefile: Add R-RcppArmadillominskim1-1/+2
2018-03-21math/Makefile: Add R-lmtestminskim1-1/+2
2018-03-20Add py-z3solverkhorben1-1/+2
2018-03-19math/Makefile: Add R-tibbleminskim1-1/+2
2018-03-15Add py-claripykhorben1-1/+2
2018-03-13Add py-z3khorben1-1/+2
2018-03-11p5-Algorithm-BloomFilter: new packagemaya1-1/+2
Perl5 module that implements a simple bloom filter in C/XS
2018-03-05math/Makefile: Add R-emdbookminskim1-1/+2
2018-03-05math/Makefile: Add R-bbmleminskim1-1/+2
2018-03-05math/Makefile: Add R-numDerivminskim1-1/+2
2018-03-04math/Makefile: Add R-codaminskim1-1/+2
2018-03-03math/Makefile: Add R-poweRlawminskim1-1/+2