BiologicalRecordsCentre / sparta

Species Presence/Absence R Trends Analyses
http://biologicalrecordscentre.github.io/sparta/index.html
MIT License
21 stars 24 forks source link

Update to Julian date formulation #126

Closed JHHatfield closed 5 years ago

JHHatfield commented 5 years ago

Julian date formulation in observation model changed to a density function based on a normal distribution with mean beta1 and sd beta2.

codecov-io commented 5 years ago

Codecov Report

Merging #126 into master will increase coverage by 0.05%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #126      +/-   ##
=========================================
+ Coverage   28.54%   28.6%   +0.05%     
=========================================
  Files          79      79              
  Lines        2694    2699       +5     
=========================================
+ Hits          769     772       +3     
- Misses       1925    1927       +2
Impacted Files Coverage Δ
R/occDetFunc.r 76.88% <ø> (ø) :arrow_up:
R/formatOccData.r 64.7% <ø> (-1.01%) :arrow_down:
R/getBugsData.R 85.71% <ø> (ø) :arrow_up:
R/getParameters.R 66.66% <ø> (ø) :arrow_up:
R/occDetModel.r 94.11% <ø> (ø) :arrow_up:
R/getObsModel.R 96.77% <100%> (ø) :arrow_up:
R/getInitValues.R 60.86% <60%> (+2.04%) :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 a8a3d00...3a0f722. Read the comment docs.

JHHatfield commented 5 years ago

Issue was the double centre of Julian date. I had removed one but not the other.

AugustT commented 5 years ago

@JackHHatfield91 One more thing, can you increment the version number in the description file? This is important as the functionality is different from the previous version.