Package: BTSR
Type: Package
Date: 2022-11-16
Title: Bounded Time Series Regression
Version: 0.1.2
Authors@R: c(person(c("Taiane", "Schaedler"),"Prass",
                     email = "taianeprass@gmail.com", 
                     role = c("aut","cre","com"),  
                     comment = c(ORCID="0000-0003-3136-909X")),
              person("Guilherme","Pumi", 
                     email = "guilherme.pumi@ufrgs.br",   
                     role = c("ctb", "aut"), 
                     comment = c(ORCID="0000-0002-6256-3170")),
              person(c("Fábio", "Mariano"),"Bayer", 
                     email = "fabiobayer@gmail.com",   
                     role = c("ctb"), 
                     comment = c(ORCID="0000-0002-1464-0805")),
              person(c("Jack", "Joseph"), "Dongarra", role = ("ctb")),
              person("Cleve", "Moler", role = ("ctb")),
							person(c("Gilbert", "Wright"), "Stewart", role = ("ctb")),
							person("Ciyou", "Zhu", role = ("ctb")),
							person(c("Richard", "H."), "Byrd", role = ("ctb")),
							person("Jorge", "Nocedal", role = ("ctb")),
							person(c("Jose", "Luis"), "Morales", role = ("ctb")),
							person("Peihuang", "Lu-Chen", role = ("ctb")),
							person("John", "Burkardt", role = ("ctb")),
							person("Alan", "Miller", role = ("ctb")),
							person("B.E.", "Schneider", role = ("ctb")),
							person(c("Alfred", "H."), "Morris", role = ("ctb")),
							person("D.E.", "Shaw", role = ("ctb")),
							person(c("Robert", "W.M."), "Wedderburn", role = ("ctb")),
							person("Jason", "Blevins", role = ("ctb")),
							person("Brian", "Wichman", role = ("ctb")),
							person("David", "Hill", role = ("ctb")),
							person("Hiroshi", "Takano", role = ("ctb")),
							person("George", "Marsaglia", role = ("ctb")),
							person("Jean-Michel", "Brankart", role = ("ctb")),
							person("Steve", "Kifowit", role = ("ctb")),
							person(c("Donald", "E."), "Knuth", role = ("ctb")),
							person("Catherine", "Loader", role = ("ctb")))
Copyright: see file COPYRIGHTS
Depends: R (>= 4.0.0)
Description: Simulate, estimate and forecast a wide range of regression based dynamic models for bounded time series, covering the most commonly applied models in the literature. The main calculations are done in 'FORTRAN', which translates into very fast algorithms. The main references are 
   Bayer et al. (2017)  <doi:10.1016/j.jhydrol.2017.10.006>, 
   Pumi et al. (2019) <doi:10.1016/j.jspi.2018.10.001>, 
   Pumi et al. (2021) <doi:10.1111/sjos.12439> and 
	 Pumi et al. (2022) <arXiv:2211.02097>.
License: GPL (>= 3)
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.2.1
Packaged: 2022-11-16 20:13:00 UTC; Taiane
Author: Taiane Schaedler Prass [aut, cre, com]
    (<https://orcid.org/0000-0003-3136-909X>),
  Guilherme Pumi [ctb, aut] (<https://orcid.org/0000-0002-6256-3170>),
  Fábio Mariano Bayer [ctb] (<https://orcid.org/0000-0002-1464-0805>),
  Jack Joseph Dongarra [ctb],
  Cleve Moler [ctb],
  Gilbert Wright Stewart [ctb],
  Ciyou Zhu [ctb],
  Richard H. Byrd [ctb],
  Jorge Nocedal [ctb],
  Jose Luis Morales [ctb],
  Peihuang Lu-Chen [ctb],
  John Burkardt [ctb],
  Alan Miller [ctb],
  B.E. Schneider [ctb],
  Alfred H. Morris [ctb],
  D.E. Shaw [ctb],
  Robert W.M. Wedderburn [ctb],
  Jason Blevins [ctb],
  Brian Wichman [ctb],
  David Hill [ctb],
  Hiroshi Takano [ctb],
  George Marsaglia [ctb],
  Jean-Michel Brankart [ctb],
  Steve Kifowit [ctb],
  Donald E. Knuth [ctb],
  Catherine Loader [ctb]
Maintainer: Taiane Schaedler Prass <taianeprass@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-18 11:50:08 UTC
