-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·20 lines (20 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: tsdistributions
Type: Package
Title: Location Scale Standardized Distributions
Version: 1.0.2
Authors@R: c(person("Alexios", "Galanos", role = c("aut", "cre","cph"), email = "[email protected]", comment = c(ORCID = "0009-0000-9308-0457")))
Maintainer: Alexios Galanos <[email protected]>
Depends: R (>= 3.5.0), methods, tsmethods
LinkingTo: Rcpp, TMB, RcppEigen
Imports: Rcpp, TMB (>= 1.7.20), Rdpack, GeneralizedHyperbolic, KernSmooth, SkewHyperbolic, mev, stats, utils, data.table, Rsolnp, sandwich, future.apply, future, progressr
Description: Location-Scale based distributions parameterized in terms of mean, standard deviation, skew and shape parameters and estimation using automatic differentiation. Distributions include the Normal, Student and GED as well as their skewed variants ('Fernandez and Steel'), the 'Johnson SU', and the Generalized Hyperbolic. Also included is the semi-parametric piece wise distribution ('spd') with Pareto tails and kernel interior.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
RdMacros: Rdpack
URL: https://www.nopredict.com/packages/tsdistributions, https://github.com/tsmodels/tsdistributions
Suggests:
knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3