Package: StockDistFit Title: A Package for Fitting Stock Price Distributions Version: 1.0.0 Authors@R: c( person("Brian", "Njuguna", , "briannjuguna133@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0002-2119-904X")), person("Stanely", family = "Sayianka", , "stanleysayankasss@gmail.com", role = "ctb") ) Description: The `StockDistFit` package provides functions for fitting probability distributions to stock price data. The package uses maximum likelihood estimation to find the best-fitting distribution for a given stock. It also offers a function to fit several distributions to one or more assets and compare the distribution with the Akaike Information Criterion (AIC) and then pick the best distribution. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: dplyr, fGarch, fBasics, fitdistrplus, xts, stats, magrittr, zoo, quantmod, utils, ghyp Suggests: knitr, rmarkdown VignetteBuilder: knitr Depends: R (>= 4.1.0) LazyData: true Config/pak/sysreqs: libssl-dev Repository: https://wagathu.r-universe.dev Date/Publication: 2023-05-07 12:03:27 UTC RemoteUrl: https://github.com/wagathu/stockdistfit RemoteRef: HEAD RemoteSha: 6604200205ac46dd04b3ac4da010067ec62c48fe NeedsCompilation: no Packaged: 2026-07-16 07:19:36 UTC; root Author: Brian Njuguna [aut, cre] (ORCID: ), Stanely Sayianka [ctb] Maintainer: Brian Njuguna