-
Notifications
You must be signed in to change notification settings - Fork 53
Development priorities
Jim Thorson edited this page Oct 4, 2021
·
24 revisions
Based on feedback from the community of users, as well as discussions with the steering committee, we will attempt to update a list of future development priorities here.
Change | Rationale |
---|---|
Explore oneStepPredict(.) for delta models | Allow better use of probability-integral-transform diagnostics |
Add climate velocity as automated output based on raster of density predictions | Additional interpretation of existing (outputs)[https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.13295] |
Add Hurlbert and other additional overlap metrics | Additional flexibility in (multivariate modelling)[https://onlinelibrary.wiley.com/doi/abs/10.1111/geb.12984] |
Add stepwise AIC model-selection algorithm | Improve user interface when building models |
Add options to automatically query publicly available data to population covariate_data to use in formula interface |
Facilitate exploring covariates for introductory users |
Merge with EOFR package by adding optional new input that is correlated with EOF axis | Facilitate exploration of spatial drivers for population dynamics |
Add option to specify correlations based on traits for each category c | Likely feasible via formula interface using spatially-varying responses, but requires some investigation |
Implement structural equation modelling features via covariance matrix specification | |
Add feature to pass through covariate names to outputs for parameter estimates and plotting | VAST now passes names for covariates to covariate-arrays in fit$data_list , e.g., fit$data_list$X1_gctp . However, it is conceptually difficult to automate the conversion of this to the parameter of coefficients, due to order and mapping used as map input. The developers welcome input on default behavior to resolve the conceptual issue. |
Add options to use p-splines | Improved statistical efficiency relative to basis-splines that are currently available |
Explore multi-scale correlation functions, via additive function of two Omega GMRFs operating with different kappas | Assimilate within and among-transect locational data better |
Add visual diagnostics interface styled on r4ss | Allow captions to explain what is expected for each diagnostic plot |
Allow distribution across categories for density/catchability covariates | In-line with alternative Joint SDM software, and useful for data-poor species |
Estimate loadings-matrix among categories to be a linear function of covariates (where existing static values is a special-case of intercept-only models), perhaps starting with (L_epsilon1/L_epsilon2)[https://doi.org/10.1111/2041-210X.12723] |
Please consult the NEWS document for a list of previous releases, listing features satisfying previous development priorities.
Example applications:
- Index standardization
- Empirical Orthogonal Functions
- Ordination using joint species distribution model
- End-of-century projections
- Expand length and age-composition samples
- Combine condition and biomass data
- Expand stomach content samples
- Combine presence/absence, counts, and biomass data
- Seasonal and annual variation
- Combine acoustic and bottom trawl data
- Surplus production models
- Multispecies model of biological interactions
- Stream network models
Usage demos:
- Adding covariates
- Visualize covariate response
- Percent deviance explained
- Create a new extrapolation grid
- Custom maps using ggplot
- Modify axes for distribution metrics
- K-fold crossvalidation
- Simulating new data
- Modify defaults for advanced users
Project structure and utilities: