Package: gpindex
Title: Generalized Price and Quantity Indexes
Version: 0.3.6
Authors@R: c(
    person("Steve", "Martin", role = c("aut", "cre", "cph"), email = "stevemartin041@gmail.com")
    )
Description: A small package for calculating lots of different price indexes, and by extension quantity indexes. Provides tools to build and work with any type of bilateral generalized-mean index (of which most price indexes are), along with a few important indexes that don't belong to the generalized-mean family (e.g., superlative quadratic-mean indexes, GEKS). Implements and extends many of the methods in Balk (2008, ISBN:978-1-107-40496-0) and the CPI manual (2020, ISBN:978-1-51354-298-0) for bilateral price indexes.
Depends: R (>= 3.5)
Imports: stats, utils
Suggests: IndexNumR
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/marberts/gpindex
LazyData: true
Collate: 'helper_functions.R' 'means.R' 'weights.R' 'price_indexes.R'
        'geks.R' 'operators.R' 'utilities.R'
NeedsCompilation: no
Packaged: 2021-10-02 04:13:40 UTC; steve
Author: Steve Martin [aut, cre, cph]
Maintainer: Steve Martin <stevemartin041@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-02 13:30:02 UTC
