Skip to content

Releases: SantanderMetGroup/R_VALUE

v1.4-0

15 Jun 08:07
Compare
Choose a tag to compare

New in v1.4-0

  • Input arguments to corrMat.VALUE and jointProbMat.VALUE modified for improved efficiency
  • Included n.mem argument in loadValuePredictions for member subsets
  • Included threshold argument in measure.cm (e.g. to compute on wet days only)
  • Removed import from package ff, so far not needed
  • Added startup macro printing on-screen version information and performing version check
  • Other minor bug fixes, enhancements and documentation updates

v1.3-6

08 Jun 13:58
Compare
Choose a tag to compare

New in R.VALUE

  • Bug fix parsing na.strings in loadValuePredictions
  • Other minor bug fixes, enhancements and documentation updates

v1.3-5

26 May 17:42
Compare
Choose a tag to compare

New in v1.3-5

  • Bug fix in member subsetting in wrapperFUN
  • Added new measure Brier score for binary events (measure.bs)
  • Added new index (index.wetAmount.prcXXth)
  • Other minor bug fixes, enhancements and documentation updates

v1.3-4

18 Apr 15:32
Compare
Choose a tag to compare
Update wrapperFUN.R

guarantees deseasoned observation/prediction coherence

v1.3-3

15 Apr 11:25
Compare
Choose a tag to compare
Merge pull request #9 from SantanderMetGroup/devel

Update wrapperFUN.R

v1.3-2

15 Apr 10:36
Compare
Choose a tag to compare

Bug fix in index.rv

v1.3-1

15 Apr 10:05
Compare
Choose a tag to compare

New in v1.3-1:

added nDays measure

v1.3-0

15 Apr 07:53
Compare
Choose a tag to compare

New in v1.3-0

  • index.freq replaces former index.freq* functions
  • Return values unified in one single function (index.rv)
  • Added index.spell.mean to compute mean duration of spells (formerly only user-defined percentiles were available)
  • Seasonal cycle removal option implemented in the validation wrapper. Activated by argument 'deseason' passed by the measure/index function, indicating the window width for moving average.
  • Bug fix in deseason.VALUE
  • Enabled several seasons on same request in jointProbMat.VALUE
  • Added new example built-in dataset with deterministic precipitation predictions.
  • Renamed built-in datasets to indicate the name of the variable.
  • Other minor bug fixes, enhancements and documentation updates

v1.2-4

11 Apr 18:48
Compare
Choose a tag to compare
Merge tag 'v1.2-2'

New patch release v1.2-2

v1.2-3

11 Apr 18:47
Compare
Choose a tag to compare

Merge with devel