Commit graph

436 commits

Author SHA1 Message Date
minskim
0aa40fb1b2 math/Makefile: Add py-netCDF4 2019-10-02 23:24:29 +00:00
minskim
c998009b91 math/Makefile: Add py-xarray 2019-09-21 18:15:55 +00:00
alnsn
e9d72bc824 Add yices2 to the build. 2019-08-24 22:10:16 +00:00
brook
3ec059035a R-tidyr: initial commit
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-09 16:25:23 +00:00
brook
a4c1d0b77b R-dplyr: initial commit
A fast, consistent tool for working with data frame like objects, both
in memory and out of memory.
2019-08-09 16:23:46 +00:00
brook
30363106f2 R-compositions: initial commit
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-09 15:50:05 +00:00
brook
6cfc898b7e R-robustbase: initial commit
"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-09 15:48:20 +00:00
brook
62c5d7cd60 R-tensorA: initial commit
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-09 15:46:29 +00:00
brook
17154fd6bb R-DEoptimR: initial commit
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-09 15:43:47 +00:00
brook
fa6d3090f2 R-energy: initial commit
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-08-09 15:42:02 +00:00
brook
af2d28e8e7 R-zeallot: initial commit.
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-31 13:34:58 +00:00
brook
1d4c58d9d7 R-vctrs: initial commit.
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-31 13:33:31 +00:00
brook
449599ba38 R-urca: initial commit.
Unit root and cointegration tests encountered in applied econometric
analysis are implemented.
2019-07-31 13:31:55 +00:00
brook
419c0b01d4 R-survey: initial commit.
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-31 13:30:20 +00:00
brook
5b0b97a7e2 R-sandwich: initial commit.
Model-robust standard error estimators for cross-sectional, time
series, clustered, panel, and longitudinal data.
2019-07-31 13:28:23 +00:00
brook
6de884d474 R-rstudioapi: initial commit.
Access the RStudio API (if available) and provide informative error
messages when it's not.
2019-07-31 13:26:42 +00:00
brook
3afe72c9b0 R-relimp: initial commit.
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-31 13:25:00 +00:00
brook
5670586323 R-nortest: initial commit.
Five omnibus tests for testing the composite hypothesis of normality.
2019-07-31 13:23:10 +00:00
brook
88912cef95 R-mitools: initial commit.
Tools to perform analyses and combine results from multiple-imputation
datasets.
2019-07-31 13:21:42 +00:00
brook
b3bd51faba R-forcats: initial commit.
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-31 13:19:37 +00:00
brook
6b7410dd58 R-estimability: initial commit.
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).
2019-07-31 13:17:00 +00:00
brook
96843473fe R-ellipsis: initial commit.
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-31 13:13:39 +00:00
brook
8503ec11b2 R-backports: initial commit.
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-31 13:11:28 +00:00
brook
c22aa5b3f0 R-acepack: initial commit.
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-31 13:09:36 +00:00
brook
5a8dab9750 R-RcmdrMisc: initial commit.
Various statistical, graphics, and data-management functions used by
the Rcmdr package in the R Commander GUI for R.
2019-07-31 13:07:38 +00:00
brook
c513cb0fb6 R-RandomFieldsUtils: initial commit.
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-31 13:05:33 +00:00
brook
ffb574616d R-Formula: initial commit.
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-07-31 13:03:20 +00:00
gdt
8ae10c7380 math/: Add bc-gh 2019-06-17 00:36:10 +00:00
adam
bf1c90069a py-scipy12: added version 1.2.2
This is the last version that supports Python 2.7.
Apparently, some packages still require Scipy with Python 2.7.
2019-06-15 17:51:13 +00:00
adam
0c2cbcea71 py-uncertainties: added version 3.1.1
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-15 07:17:31 +00:00
mef
03951659ba (math/double-converison) New package added 2019-06-02 14:20:58 +00:00
he
a8eb2ea0d9 Add p5-Math-Int128. 2019-03-21 10:17:26 +00:00
leot
2b5c5443c2 math: Add sc-im 2019-01-30 12:58:55 +00:00
wen
daac10ebf3 Add R-carData 2018-12-21 10:38:46 +00:00
leot
e0bda05b53 math: Add bcal 2018-12-15 17:25:42 +00:00
maya
6e0266dd58 Add package R-RNetCDF version 1.9-1
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-09-17 13:24:17 +00:00
wiz
e5d2d54adf math/Makefile: + p5-Statistics-CaseResampling 2018-08-21 09:30:13 +00:00
wiz
ce031bc287 math/Makefile: + p5-Number-WithError 2018-08-21 09:24:59 +00:00
wiz
a5c5aca731 math/gnumeric*: remove two obsolete versions of gnumeric.
Use math/gnumeric112 instead.
2018-08-16 09:22:58 +00:00
ryoon
ab46f1431c Add libnumbertext 2018-08-15 14:03:54 +00:00
wiz
78e9151571 Makefile: + djbsort 2018-07-29 07:39:03 +00:00
minskim
6ee7e1e56c math/Makefile: Add stan-math 2018-07-27 06:49:35 +00:00
minskim
0cad849aab math/Makefile: Add sundials 2018-07-07 04:15:24 +00:00
minskim
5e03322718 math/Makefile: Add py-pymc3 2018-07-06 03:46:55 +00:00
minskim
86f7cf98d3 math/Makefile: Add py-Theano 2018-07-06 03:37:06 +00:00
adam
2a4c1ea8b6 py-tables: (ex py-pytables) updated to 3.4.4
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-07-04 06:46:49 +00:00
mef
7bcdb2de67 Added math/p5-Math-Matrix version 0.8 [mef 2018-06-20]
Added math/p5-Math-Systems version 0.01 [mef 2018-06-20]
2018-06-20 05:14:34 +00:00
minskim
eff8b09e71 math/Makefile: Add go-units 2018-06-17 01:11:14 +00:00
minskim
4a21f1946c math/Makefile: Add R-moonsun 2018-06-05 22:58:32 +00:00
minskim
2afd93d57d math/Makefile: Add R-igraph 2018-05-24 22:25:21 +00:00