Releases: James-Thorson-NOAA/VAST
Version 2.1.0
Adds several new features:
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.Xconfig_zcp
which allows easier control of covariates and also allows for new "spatially-varying coefficient" modelsF_ct
andB_cc
which allow for specifying vector autoregression (i.e., multispecies Gompertz density dependence) and instantaneous fishing mortality, to merge features from the previousMIST
package for MICE-in-space models
Fixed small bug in V2.0.0...
... 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`
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
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...
... 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
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
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`...
... 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
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
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.