Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 516 packages in 0.01 seconds

DPQ — by Martin Maechler, 4 months ago

Density, Probability, Quantile ('DPQ') Computations

Computations for approximations and alternatives for the 'DPQ' (Density (pdf), Probability (cdf) and Quantile) functions for probability distributions in R. Primary focus is on (central and non-central) beta, gamma and related distributions such as the chi-squared, F, and t. -- For several distribution functions, provide functions implementing formulas from Johnson, Kotz, and Kemp (1992) and Johnson, Kotz, and Balakrishnan (1995) for discrete or continuous distributions respectively. This is for the use of researchers in these numerical approximation implementations, notably for my own use in order to improve standard R pbeta(), qgamma(), ..., etc: {'"dpq"'-functions}.

fMultivar — by Stefan Theussl, 3 years ago

Rmetrics - Modeling of Multivariate Financial Return Distributions

A collection of functions inspired by Venables and Ripley (2002) and Azzalini and Capitanio (1999) to manage, investigate and analyze bivariate and multivariate data sets of financial returns.

gmp — by Antoine Lucas, 5 days ago

Multiple Precision Arithmetic

Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).

pcalg — by Markus Kalisch, a year ago

Methods for Graphical Models and Causal Inference

Functions for causal structure learning and causal inference using graphical models. The main algorithms for causal structure learning are PC (for observational data without hidden variables), FCI and RFCI (for observational data with hidden variables), and GIES (for a mix of data from observational studies (i.e. observational data) and data from experiments involving interventions (i.e. interventional data) without hidden variables). For causal inference the IDA algorithm, the Generalized Backdoor Criterion (GBC), the Generalized Adjustment Criterion (GAC) and some related functions are implemented. Functions for incorporating background knowledge are provided.

Rcmdr — by John Fox, a year ago

R Commander

A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.

fGarch — by Georgi N. Boshnakov, 2 months ago

Rmetrics - Autoregressive Conditional Heteroskedastic Modelling

Analyze and model heteroskedastic behavior in financial time series.

RobStatTM — by Matias Salibian-Barrera, a year ago

Robust Statistics: Theory and Methods

Companion package for the book: "Robust Statistics: Theory and Methods, second edition", < http://www.wiley.com/go/maronna/robust>. This package contains code that implements the robust estimators discussed in the recent second edition of the book above, as well as the scripts reproducing all the examples in the book.

CLA — by Martin Maechler, 2 years ago

Critical Line Algorithm in Pure R

Implements 'Markowitz' Critical Line Algorithm ('CLA') for classical mean-variance portfolio optimization, see Markowitz (1952) . Care has been taken for correctness in light of previous buggy implementations.

VLMC — by Martin Maechler, 2 months ago

Variable Length Markov Chains ('VLMC') Models

Functions, Classes & Methods for estimation, prediction, and simulation (bootstrap) of Variable Length Markov Chain ('VLMC') Models.

classGraph — by Martin Maechler, 10 months ago

Construct Graphs of S4 Class Hierarchies

Construct directed graphs of S4 class hierarchies and visualize them. In general, these graphs typically are DAGs (directed acyclic graphs), often simple trees in practice.