-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathc_siting.Rmd
21 lines (12 loc) · 2.49 KB
/
c_siting.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--- `source('make_config.R'); render_html('c_siting.Rmd') # run for quick render` -->
# Decision Mapping
Often in ecology our predictive models yield very uncertain estimates. Incorporating this uncertainty into the decision-making process is a challenge. Typically this error is never used in the planning process, just the mean prediction surface or a thresholded binary map based on cross-validation. Areas exhibiting a low mean prediction but high uncertainty could still be too risky for some human activities. Conversely, habitat predicted with high confidence is presumably riskier than those with less.
An elegant solution for incorporating risk into decision making is to use a loss function [@ellison_introduction_1996; @shrader-frechette_method_1993; @taylor_bayesian_1996; @wade_bayesian_2000]. For different decision outcomes, loss functions multiply a loss factor over the integrated probability for the parameter of interest. The recommended decision is then the one that minimizes the loss. For instance, in order to decide whether to conduct an activity in an area which may be harmful to a species that has some probability of being present, two loss functions could be constructed reflecting a decision to: 1) “go” or 2) “no-go.” Each function is multiplied by the probabilities of each cell resulting in two surfaces representing the loss for each decision. The loss function for the “go” decision would reflect the loss associated with negatively impacting the species if present and conducting the activity, whereas the “no-go” loss function represents the opportunity cost for not conducting the activity if the species is not likely to be present. In its simplest form, these decisions could be represented as a linear or step function. Applying this function over the entire study area results in a loss surface for each decision rule set. By determining the decision yielding the minimal loss per pixel, a decision map is constructed which shows the best decision spatially which minimizes loss. This represents the first known instance of risk loss function applied spatially to conservation science.
## todo: Simulations
```{r simulate, eval=FALSE}
install.packages(c('mrds','Distance','dsm','DSsim','mads','DSpat'))
```
## Methods
### Species Distributions
See [@best_updated_2015].
For harbour seals and stellar sea lions, the in and out of water densities were added to produce the single species density estimates. The standard errors were also added using the delta method (Seber Ref).