Found 595 packages in 0.02 seconds
Clustering Graphics
Orders panels in scatterplot matrices and parallel coordinate displays by some merit index. Package contains various indices of merit, ordering functions, and enhanced versions of pairs and parcoord which color panels according to their merit level.
Spatial Dependence: Weighting Schemes, Statistics
A collection of functions to create spatial weights matrix
objects from polygon 'contiguities', from point patterns by distance and
tessellations, for summarizing these objects, and for permitting their
use in spatial data analysis, including regional aggregation by minimum
spanning tree; a collection of tests for spatial 'autocorrelation',
including global 'Morans I' and 'Gearys C' proposed by 'Cliff' and 'Ord'
(1973, ISBN: 0850860369) and (1981, ISBN: 0850860814), 'Hubert/Mantel'
general cross product statistic, Empirical Bayes estimates and
'Assunção/Reis' (1999)
Calculate Thermal Indexes
Calculates several thermal comfort indexes using temperature, wind speed and relative humidity values, calculating indexes such as Humidex, windchill, Discomfort Index and others.
Client for 'jq', a 'JSON' Processor
Client for 'jq', a 'JSON' processor (< https://jqlang.github.io/jq/>), written in C. 'jq' allows the following with 'JSON' data: index into, parse, do calculations, cut up and filter, change key names and values, perform conditionals and comparisons, and more.
Index Numbers in Social Sciences
We provide an R tool for teaching in Social Sciences. It allows the computation of index numbers. It is a measure of the evolution of a fixed magnitude for only a product of for several products. It is very useful in Social Sciences. Among others, we obtain simple index numbers (in chain or in serie), index numbers for not only a product or weighted index numbers as the Laspeyres index (Laspeyres, 1864), the Paasche index (Paasche, 1874) or the Fisher index (Lapedes, 1978).
Index Number Calculation
Computes bilateral and multilateral index numbers.
It has support for many standard bilateral indexes as well as
multilateral index number methods such as GEKS, GEKS-Tornqvist
(or CCDI), Geary-Khamis and the weighted time product dummy
(for details on these methods see Diewert and Fox (2020)
Price Index Aggregation
Most price indexes are made with a two-step procedure, where
period-over-period elementary indexes are first calculated for a collection
of elementary aggregates at each point in time, and then aggregated according
to a price index aggregation structure. These indexes can then be chained
together to form a time series that gives the evolution of prices with
respect to a fixed base period. This package contains a collection of
functions that revolve around this work flow, making it easy to build
standard price indexes, and implement the methods described by
Balk (2008,
Objective General Index
Consider a data matrix of n individuals with p variates. The objective general index (OGI)
is a general index that combines the p variates into a univariate index in order to rank the n
individuals. The OGI is always positively correlated with each of the variates.
More details can be found in Sei (2016)
Tools for Tensor Analysis and Decomposition
A set of tools for creation, manipulation, and modeling of tensors with arbitrary number of modes. A tensor in the context of data analysis is a multidimensional array. rTensor does this by providing a S4 class 'Tensor' that wraps around the base 'array' class. rTensor provides common tensor operations as methods, including matrix unfolding, summing/averaging across modes, calculating the Frobenius norm, and taking the inner product between two tensors. Familiar array operations are overloaded, such as index subsetting via '[' and element-wise operations. rTensor also implements various tensor decomposition, including CP, GLRAM, MPCA, PVD, and Tucker. For tensors with 3 modes, rTensor also implements transpose, t-product, and t-SVD, as defined in Kilmer et al. (2013). Some auxiliary functions include the Khatri-Rao product, Kronecker product, and the Hadamard product for a list of matrices.
Binary Indexed Tree
A simple implementation of Binary Indexed Tree by R. The BinaryIndexedTree class supports construction of Binary Indexed Tree from a vector, update of a value in the vector and query for the sum of a interval of the vector.