From 2fa548c702c16258fdbd410dc851c001c9d28eaf Mon Sep 17 00:00:00 2001 From: Alexios Galanos Date: Tue, 14 May 2024 20:05:38 -0700 Subject: [PATCH] small documentation edits --- DESCRIPTION | 2 +- man/tsdistributions-package.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 63653c4..e5f443e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Maintainer: Alexios Galanos Depends: R (>= 3.5.0), methods, tsmethods LinkingTo: TMB, RcppEigen Imports: TMB (>= 1.7.20), Rdpack, GeneralizedHyperbolic, KernSmooth, SkewHyperbolic, mev, stats, utils, data.table, zoo, 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 piecewise distribution ('spd') with pareto tails and kernel interior. +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 diff --git a/man/tsdistributions-package.Rd b/man/tsdistributions-package.Rd index 8c6dbca..6c8090f 100644 --- a/man/tsdistributions-package.Rd +++ b/man/tsdistributions-package.Rd @@ -6,7 +6,7 @@ \alias{tsdistributions-package} \title{tsdistributions: Location Scale Standardized Distributions} \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 piecewise distribution ('spd') with pareto tails and kernel interior. +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. } \seealso{ Useful links: