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

Found 553 packages in 0.07 seconds

IndexConstruction — by Simon Trimborn, 5 years ago

Index Construction for Time Series Data

Derivation of indexes for benchmarking purposes. A methodology with flexible number of constituents is implemented. Also functions for market capitalization and volume weighted indexes with fixed number of constituents are available. The main function of the package, indexComp(), provides the derived index, suitable for analysis purposes. The functions indexUpdate(), indexMemberSelection() and indexMembersUpdate() are components of indexComp() and enable one to construct and continuously update an index, e.g. for display on a website. The methodology behind the functions provided gets introduced in Trimborn and Haerdle (2018) .

mpindex — by Bhas Abdulsamad, a year ago

Multidimensional Poverty Index (MPI)

A set of easy-to-use functions for computing the Multidimensional Poverty Index (MPI).

strat — by Xiang Zhou, 9 years ago

An Implementation of the Stratification Index

An implementation of the stratification index proposed by Zhou (2012) . The package provides two functions, srank, which returns stratum-specific information, including population share and average percentile rank; and strat, which returns the stratification index and its approximate standard error. When a grouping factor is specified, strat also provides a detailed decomposition of the overall stratification into between-group and within-group components.

rdi — by Christopher Bolen, 7 years ago

Repertoire Dissimilarity Index

Methods for calculation and visualization of the Repertoire Dissimilarity Index. Citation: Bolen and Rubelt, et al (2017) .

simsl — by Hyung Park, 4 years ago

Single-Index Models with a Surface-Link

An implementation of a single-index regression for optimizing individualized dose rules from an observational study. To model interaction effects between baseline covariates and a treatment variable defined on a continuum, we employ two-dimensional penalized spline regression on an index-treatment domain, where the index is defined as a linear combination of the covariates (a single-index). An unspecified main effect for the covariates is allowed, which can also be modeled through a parametric model. A unique contribution of this work is in the parsimonious single-index parametrization specifically defined for the interaction effect term. We refer to Park, Petkova, Tarpey, and Ogden (2020) (for the case of a discrete treatment) and Park, Petkova, Tarpey, and Ogden (2021) "A single-index model with a surface-link for optimizing individualized dose rules" for detail of the method. The model can take a member of the exponential family as a response variable and can also take an ordinal categorical response. The main function of this package is simsl().

rpdo — by Joe Thorley, 2 years ago

Pacific Decadal Oscillation Index Data

Monthly Pacific Decadal Oscillation (PDO) index values from January 1900 to September 2018. Superseded by 'rsoi' package which includes the historical and most recent monthly PDO index values together with related climate indices.

UEI — by Dr. Ranjit Kumar Paul, a year ago

Compute Uniform Error Index

Uniform Error Index is the weighted average of different error measures. Uniform Error Index utilizes output from different error function and gives more robust and stable error values. This package has been developed to compute Uniform Error Index from ten different loss function like Error Square, Square of Square Error, Quasi Likelihood Error, LogR-Square, Absolute Error, Absolute Square Error etc. The weights are determined using Principal Component Analysis (PCA) algorithm of Yeasin and Paul (2024) .

cgaim — by Pierre Masselot, 4 days ago

Constrained Groupwise Additive Index Models

Fits constrained groupwise additive index models and provides functions for inference and interpretation of these models. The method is described in Masselot, Chebana, Campagna, Lavigne, Ouarda, Gosselin (2022) "Constrained groupwise additive index models" .

calcWOI — by Sebastian Brune, 5 years ago

Calculates the Wavelet-Based Organization Index

Calculates the wavelet-based organization index following Brune et al (2018) (), the modified wavelet-based organization index and the local wavelet-based organization index of an arbitrary 2D array using Wavelet Transforms of the LS2W package by Eckley et al (2010) () and Eckley and Nason (2011) (). In Version 1.0.3 the calculation of LW is added.

plgp — by Robert B. Gramacy, 3 years ago

Particle Learning of Gaussian Processes

Sequential Monte Carlo (SMC) inference for fully Bayesian Gaussian process (GP) regression and classification models by particle learning (PL) following Gramacy & Polson (2011) . The sequential nature of inference and the active learning (AL) hooks provided facilitate thrifty sequential design (by entropy) and optimization (by improvement) for classification and regression models, respectively. This package essentially provides a generic PL interface, and functions (arguments to the interface) which implement the GP models and AL heuristics. Functions for a special, linked, regression/classification GP model and an integrated expected conditional improvement (IECI) statistic provide for optimization in the presence of unknown constraints. Separable and isotropic Gaussian, and single-index correlation functions are supported. See the examples section of ?plgp and demo(package="plgp") for an index of demos.