Package: paramsim Type: Package Title: Parameterized Simulation Version: 0.1.0 Authors@R: c( person("Daniel", "James", email = "futathesis@gmail.com", role = c("cre","aut")), person("Ayinde", "Kayode", email = "kayinde@futa.edu.ng", role = "aut")) Maintainer: Daniel James Description: This function obtains a Random Number Generator (RNG) or collection of RNGs that replicate the required parameter(s) of a distribution for a time series of data. Consider the case of reproducing a time series data set of size 20 that uses an autoregressive (AR) model with phi = 0.8 and standard deviation equal to 1. When one checks the arima.sin() function's estimated parameters, it's possible that after a single trial or a few more, one won't find the precise parameters. This enables one to look for the ideal RNG setting for a simulation that will accurately duplicate the desired parameters. Depends: R (>= 4.2.0) Imports: forecast, foreach, parallel, doParallel, future, stats, tibble License: GPL (>= 2) Encoding: UTF-8 RoxygenNote: 7.2.3 Suggests: knitr, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://sta189332.r-universe.dev Date/Publication: 2023-01-20 14:05:13 UTC RemoteUrl: https://github.com/sta189332/paramsim RemoteRef: HEAD RemoteSha: 1e0fdc4a7da2da9c5a84d71ff984fa4a8428c526 NeedsCompilation: no Packaged: 2026-07-03 13:17:01 UTC; root Author: Daniel James [cre, aut], Ayinde Kayode [aut]