Package: GECal
Type: Package
Title: Generalized Entropy Calibration
Version: 0.1.5
Authors@R: c(person("Yonghyun","Kwon", role=c("aut","cre"), email="yhkwon@kma.ac.kr", comment = c(ORCID = "0000-0001-9923-6790")), 
			person("Jae Kwang","Kim", role="aut", email="jkim@iastate.edu", comment = c(ORCID = "0000-0002-0246-6029")),
      person("Yumou","Qiu", role="aut",email="qiuyumou@math.pku.edu.cn", comment = c(ORCID = "0000-0003-4846-1263"))
			)
Description: Generalized Entropy Calibration produces calibration weights 
    using generalized entropy as the objective function for optimization. 
    This approach, as implemented in the 'GECal' package, is based on 
    Kwon, Kim, and Qiu (2024) <doi:10.48550/arXiv.2404.01076>. Unlike 
    traditional methods, 'GECal' incorporates design weights into the 
    constraints to maintain design consistency, rather than including 
    them in the objective function itself.
Encoding: UTF-8
URL: https://github.com/yonghyun-K/GECal
BugReports: https://github.com/yonghyun-K/GECal/issues
Depends: R (>= 2.10.0)
LazyData: true
Imports: nleqslv
Suggests: sampling
RoxygenNote: 7.3.2
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2024-09-25 13:34:43 UTC; ghkfk
Author: Yonghyun Kwon [aut, cre] (<https://orcid.org/0000-0001-9923-6790>),
  Jae Kwang Kim [aut] (<https://orcid.org/0000-0002-0246-6029>),
  Yumou Qiu [aut] (<https://orcid.org/0000-0003-4846-1263>)
Maintainer: Yonghyun Kwon <yhkwon@kma.ac.kr>
Repository: CRAN
Date/Publication: 2024-09-25 15:10:02 UTC
