Package: DSWE Title: Data Science for Wind Energy Version: 1.8.0 Authors@R: c( person(given = "Nitesh", family = "Kumar", role = c("aut"), email = "nkumar.tamu@gmail.com"), person(given = "Abhinav", family = "Prakash", role = c("aut"), email = "aprakashphd@gmail.com"), person(given = "Yu", family = "Ding", role = c("aut","cre"), email = "yuding2007@gmail.com"), person(given = "Effi", family = "Latiffianti", role = c("ctb","cph"), email = "latiffianti@gmail.com"), person(given = "Ahmadreza", family = "Chokhachian", role = c("ctb","cph"), email = "ar.chokhachian@gmail.com")) Description: Data science methods used in wind energy applications. Current functionalities include creating a multi-dimensional power curve model, performing power curve function comparison, covariate matching, and energy decomposition. Relevant works for the developed functions are: funGP() - Prakash et al. (2022) , AMK() - Lee et al. (2015) , tempGP() - Prakash et al. (2022) , ComparePCurve() - Ding et al. (2021) , deltaEnergy() - Latiffianti et al. (2022) , syncSize() - Latiffianti et al. (2022) , imptPower() - Latiffianti et al. (2022) , All other functions - Ding (2019, ISBN:9780429956508). Depends: R (>= 3.5.0) License: MIT + file LICENSE URL: https://github.com/TAMU-AML/DSWE-Package, https://aml.engr.tamu.edu/book-dswe/ BugReports: https://github.com/TAMU-AML/DSWE-Package/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 LinkingTo: Rcpp (>= 1.0.4.6) , RcppArmadillo (>= 0.9.870.2.0) Imports: Rcpp (>= 1.0.4.6) , matrixStats (>= 0.55.0) , FNN (>= 1.1.3) , KernSmooth (>= 2.23-16) , mixtools (>= 1.1.0), gss (>= 2.2-2), e1071 (>= 1.7-3), stats (>= 3.5.0), dplyr (>= 1.0.9), GpGp (>= 0.4.0), GPvecchia (>= 0.1.4), xgboost (>= 1.7.7.1) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://tamu-aml.r-universe.dev Date/Publication: 2024-02-06 04:16:39 UTC RemoteUrl: https://github.com/tamu-aml/dswe-package RemoteRef: HEAD RemoteSha: d370677c11a2f5f1cc299fa1a5454bd3e2ea5cc3 NeedsCompilation: yes Packaged: 2026-06-14 07:43:11 UTC; root Author: Nitesh Kumar [aut], Abhinav Prakash [aut], Yu Ding [aut, cre], Effi Latiffianti [ctb, cph], Ahmadreza Chokhachian [ctb, cph] Maintainer: Yu Ding