mitchelloharawild / distributional

Vectorised distributions for R
https://pkg.mitchelloharawild.com/distributional
GNU General Public License v3.0
94 stars 15 forks source link

location-scale Student t distribution #38

Closed mjskay closed 4 years ago

mjskay commented 4 years ago

This PR converts dist_student_t to location-scale form. It closes #28.

Specific changes:

codecov-commenter commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.63%. The diff coverage is 88.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   74.78%   75.42%   +0.63%     
==========================================
  Files          43       43              
  Lines        1063     1066       +3     
==========================================
+ Hits          795      804       +9     
+ Misses        268      262       -6     
Impacted Files Coverage Δ
R/dist_student_t.R 77.77% <88.46%> (+20.20%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b424446...ee9cdde. Read the comment docs.

mjskay commented 4 years ago

Sure, will do both now