Package: wstdiff
Version: 1.0.0
Title: Welch-Satterthwaite Approximation for t-Distribution Differences
Authors@R: c(
    person(given  = "Yusuke",
           family = "Yamaguchi",
           role   = c("aut","cre"),
           email  = "yamagubed@gmail.com"))
Description: Implements the Welch-Satterthwaite approximation for differences
    of non-standardized t-distributed random variables in both univariate and 
    multivariate settings. The package provides methods for computing effective
    degrees of freedom and scale parameters, as well as distribution functions
    for the approximated difference distribution. The methodology extends the
    classical Welch-Satterthwaite framework from variance combinations to
    t-distribution differences through careful moment matching. Methods build
    on the classical Welch-Satterthwaite approach described in Welch (1947)
    <doi:10.1093/biomet/34.1-2.28> and Satterthwaite (1946) <doi:10.2307/3002019>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 3.5.0)
Imports: stats
Suggests: testthat (>= 3.0.0), mvtnorm, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-11-06 20:47:04 UTC; API18340
Author: Yusuke Yamaguchi [aut, cre]
Maintainer: Yusuke Yamaguchi <yamagubed@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-11 21:40:02 UTC
Built: R 4.6.0; ; 2025-11-13 00:51:27 UTC; windows
