Closed DilumAluthge closed 4 years ago
Merging #198 into master will increase coverage by
0.76%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #198 +/- ##
==========================================
+ Coverage 28.34% 29.10% +0.76%
==========================================
Files 43 43
Lines 1277 1278 +1
==========================================
+ Hits 362 372 +10
+ Misses 915 906 -9
Impacted Files | Coverage Δ | |
---|---|---|
src/core/utils.jl | 42.22% <0.00%> (+1.11%) |
:arrow_up: |
src/primitives/xform.jl | 57.57% <0.00%> (+3.03%) |
:arrow_up: |
src/distributions/for.jl | 47.50% <0.00%> (+3.75%) |
:arrow_up: |
src/distributions/dist.jl | 23.80% <0.00%> (+23.80%) |
: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 a2a54bb...4c3b339. Read the comment docs.
In particular, this PR highlights that in the linear regression example, we demonstrate how we are able to recover the true values for our parameters
σ
,α
, andβ
.