Skip to content

Releases: James-Thorson-NOAA/VAST

Version 2.1.0

02 Mar 23:14
6394b3c
Compare
Choose a tag to compare

Adds several new features:

  1. Expansion_cz which allows indices to be derived in new ways (besides previous default of area-expansion), e.g., via the area-expanded biomass of another modeled category.
  2. Xconfig_zcp which allows easier control of covariates and also allows for new "spatially-varying coefficient" models
  3. F_ct and B_cc which allow for specifying vector autoregression (i.e., multispecies Gompertz density dependence) and instantaneous fishing mortality, to merge features from the previous MIST package for MICE-in-space models

Fixed small bug in V2.0.0...

12 Nov 16:21
Compare
Choose a tag to compare

... wherein CPP V5.3.0 would crash R whenever FieldConfig[1] != FieldConfig[2] or FieldConfig[3]!=FieldConfig[4] and both FieldConfig[2]>0 and FieldConfig[4]>0. This release adds no new features, and only fixes that bug.

Merging features from package `MIST`

31 Oct 14:49
2baa123
Compare
Choose a tag to compare

including:

features for vector-autogressive models for species interactions
features for specifying fishing mortality
features for estimating biological reference points and population status relative to these

Added simulate feature and options to combine data types

29 Jun 04:32
94f412c
Compare
Choose a tag to compare

Three main updates to CPP file:

V4.2.0 -- fixed bug occurring when specifying a constant intercept
V4.3.0 -- added new options for distributions/link-functions when combining multiple data types
V4.4.0 -- added simulate feature to improve simulation-testing options

Added V4.1.0...

22 Mar 16:44
e77c63b
Compare
Choose a tag to compare

... which adds feature to compute GMRF normalization constant during outer-optimizer but not during inner-optimizer. However, preliminary testing suggests that this feature does not speed up VAST. Also modifies/adds a few plotting features.

Added tools for expanding compositional data

25 Jul 21:32
Compare
Choose a tag to compare

Including calculate_proportion as well as new options for internally calculating standard errors for proportions (which is not advisable unless the number of proportions is small, given that the calculation is no longer separable among categories)

Added option for independent factors

13 Jul 04:48
Compare
Choose a tag to compare

via input FieldConfig[X]="IID", where X={1,2,3,4}, which requires CPP Version="VAST_v2_6_0". Also includes new option for "Binned-Poisson" data as used by REEF for citizen-science data collections.

Added user manual and `Rerun_Fn`...

09 Mar 15:26
Compare
Choose a tag to compare

... where the latter is designed to allow exploration of counter-factuals where covariates, age-structure, or spatio-temporal residuals are turned off to attribute distribution shift to different mechanisms.

Added Poisson-process link function

20 Nov 17:33
Compare
Choose a tag to compare

This release adds a new "Poisson-process link function", accessed using ObsModel[2]=1, which links the encounter probability and positive catch-rate components of the delta model

Added continuous-integration and unit-testing

12 Aug 23:19
Compare
Choose a tag to compare

Stable version, with continuous-integration and unit-testing comparisons to confirm identical parameter estimates as SpatialDeltaGLMM package at https://github.com/nwfsc-assess/geostatistical_delta-GLMM/ when analyzing data for a single species.