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

Found 712 packages in 0.02 seconds

ambiR — by Ciarán J. Murray, 8 months ago

Calculate AZTI’s Marine Biotic Index

Calculate AZTI’s Marine Biotic Index - AMBI. The included list of benthic fauna species according to their sensitivity to pollution. Matching species in sample data to the list allows the calculation of fractions of individuals in the different sensitivity categories and thereafter the AMBI index. The Shannon Diversity Index H' and the Danish benthic fauna quality index DKI (Dansk Kvalitetsindeks) can also be calculated, as well as the multivariate M-AMBI index. Borja, A., Franco, J. ,Pérez, V. (2000) "A marine biotic index to establish the ecological quality of soft bottom benthos within European estuarine and coastal environments" .

hpiR — by Andy Krause, 6 years ago

House Price Indexes

Compute house price indexes and series using a variety of different methods and models common through the real estate literature. Evaluate index 'goodness' based on accuracy, volatility and revision statistics. Background on basic model construction for repeat sales models can be found at: Case and Quigley (1991) < https://ideas.repec.org/a/tpr/restat/v73y1991i1p50-58.html> and for hedonic pricing models at: Bourassa et al (2006) . The package author's working paper on the random forest approach to house price indexes can be found at: < http://www.github.com/andykrause/hpi_research>.

SQI — by Dr. Owais Ali Wani, 3 years ago

Soil Quality Index

The overall performance of soil ecosystem services and productivity greatly relies on soil health, making it a crucial indicator. The evaluation of soil physical, chemical, and biological parameters is necessary to determine the overall soil quality index. In our package, three commonly used methods, including linear scoring, regression-based, and principal component-based soil quality indexing, are employed to calculate the soil quality index. This package has been developed using concept of Bastida et al. (2008) and Doran and Parkin (1994) .

piiR — by Kevin E. Wells, a year ago

Predictive Information Index ('PII')

A simple implementation of the Predictive Information Index ('PII').

IndexNumberTools — by Miguel Serrano, a year ago

Working with Index Numbers

A set of utilities for manipulating index numbers series including chain-linking, re-referencing, and computing growth rates.

DER — by Michail Tsagris, 4 months ago

Income Polarization Index

Extremely fast and memory efficient computation of the DER (or PaF) income polarization index as proposed by Duclos J. Y., Esteban, J. and Ray D. (2004). "Polarization: concepts, measurement, estimation". Econometrica, 72(6): 1737--1772. . The index may be computed for a single or for a range of values of the alpha-parameter and bootstrapping is also available.

STI — by Marc Fasel, 11 years ago

Calculation of the Standardized Temperature Index

A set of functions for computing the Standardized Temperature Index (STI).

catsim — by Geoffrey Thompson, 2 years ago

Binary and Categorical Image Similarity Index

Computes a structural similarity metric (after the style of MS-SSIM for images) for binary and categorical 2D and 3D images. Can be based on accuracy (simple matching), Cohen's kappa, Rand index, adjusted Rand index, Jaccard index, Dice index, normalized mutual information, or adjusted mutual information. In addition, has fast computation of Cohen's kappa, the Rand indices, and the two mutual informations. Implements the methods of Thompson and Maitra (2020) .

IndexConstruction — by Simon Trimborn, 6 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) .

genieclust — by Marek Gagolewski, 5 months ago

Genie: Fast and Robust Hierarchical Clustering

Genie is a robust hierarchical clustering algorithm (Gagolewski, Bartoszuk, Cena, 2016 ). 'genieclust' is its faster, more capable implementation (Gagolewski, 2021 ). It enables clustering with respect to mutual reachability distances, allowing it to act as an alternative to 'HDBSCAN*' that can identify any number of clusters or their entire hierarchy. When combined with the 'deadwood' package, it can act as an outlier detector. Additional package features include the Gini and Bonferroni inequality indices, external cluster validity measures (e.g., the normalised clustering accuracy, the adjusted Rand index, the Fowlkes-Mallows index, and normalised mutual information), and internal cluster validity indices (e.g., the Calinski-Harabasz, Davies-Bouldin, Ball-Hall, Silhouette, and generalised Dunn indices). The 'Python' version of 'genieclust' is available via 'PyPI'.