Skip to content

Releases: xKDR/CRRao.jl

v0.1.1

23 Oct 07:58
e6fec62
Compare
Choose a tag to compare

What's Changed

  • Add test for Random Number Generator by @ShouvikGhosh2048 in #86
  • Update Base.show for BayesianRegression to print formula and link by @ShouvikGhosh2048 in #87
  • Update documentation CI to trigger Documenter by @ShouvikGhosh2048 in #93
  • Adding stable docs badge. by @codetalker7 in #96
  • CompatHelper: bump compat for Turing to 0.24, (keep existing compat) by @github-actions in #92
  • Add keyword arguments to frequentist models by @ShouvikGhosh2048 in #97
  • Add Brush Pegan test by @ShouvikGhosh2048 in #102
  • Update tests to use newer version of Bijectors by @ShouvikGhosh2048 in #108
  • Fix readme by @ShouvikGhosh2048 in #105
  • Add Bootstrap Regression (Linear Regression) by @ShouvikGhosh2048 in #106
  • Update ci.yml by @ayushpatnaikgit in #135
  • CompatHelper: bump compat for Turing to 0.32, (keep existing compat) by @github-actions in #144
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) by @github-actions in #140
  • CompatHelper: add new compat entry for HypothesisTests at version 0.11, (keep existing compat) by @github-actions in #138
  • CompatHelper: bump compat for Documenter to 1, (keep existing compat) by @github-actions in #137
  • Update tests to use standard deviation by @ShouvikGhosh2048 in #143
  • CompatHelper: bump compat for Turing to 0.34, (keep existing compat) by @github-actions in #146
  • Fix failing CI tests by @ayushpatnaikgit in #147

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Jan 02:32
106d2ee
Compare
Choose a tag to compare

CRRao v0.1.0

Closed issues:

  • predictors undefined in the code for Bayesian Linear Regression with Uniform Prior. (#11)
  • Issue regarding Cauchy Prior and T-Distribution Prior in Linear Regression (#20)
  • formula not working (#24)
  • Bug: alpha term missing from Bayesian logistic regression (#27)
  • Prior_HorseShoe() for Regression (#30)
  • How to Plot in Bayesian Regression (#31)
  • Horse Shoe Prior for Logistic Regression (#33)
  • Horse Shoe Prior for Poisson Regression (#34)
  • Horse Shoe Prior for Negative Binomial Regression (#35)
  • Update document once the Horse Shoe prior is implemented for all four regression models (#36)
  • Urgent: Revert to fit from @fitmodel (#39)
  • StatsAPI integration in CRRao (#45)
  • Documentation Update (#47)
  • Bug in Uniform Prior - Deprecate it from Current CRRao.jl (#48)
  • User specific mean and variance for alpha and beta in Regression (#54)
  • Integrate g-prior for Simple Regression to CRRao (#55)
  • Integrate g-prior for Logistic Regression to CRRao (#56)
  • Integrate g-prior for Poisson regression to CRRao (#57)
  • Integrate g-prior for Negative Binomial Regression to CRRao (#58)
  • Error on front page (#60)
  • Testing strategy, some thoughts (#62)
  • Different coeftables from GLM and CRRao (#64)

Merged pull requests: