Skip to content

Commit

Permalink
doc: updating doc #41
Browse files Browse the repository at this point in the history
  • Loading branch information
Becheler committed Jul 1, 2024
1 parent fb37621 commit 224b641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/4-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,8 @@ We build up on the previous example by adding some stochasticity in the process.
Environmental niche models focus on how environmental factors influence the distribution and abundance of species within specific habitats. These models integrate ecological niche theory and environmental data to predict species' occurrence probabilities and population densities across spatial gradients. By quantifying the relationships between environmental variables (e.g., temperature, precipitation, habitat quality) and species' ecological requirements, environmental niche models help elucidate how environmental factors shape local population growth and species distributions.
In this example, we store a time-series vector at each vertex of the graph to monitor the population dynamics. After initializing one vertex with a non-zero value, we iterate through time to update the series conditionally to the local contemporary environmental data. It's important to note that, since we defined no migration along the graph's edges, all time-series except one remain at zero.
**Input**
@include{lineno} geography_graph_local_process_3.cpp
Expand Down

0 comments on commit 224b641

Please sign in to comment.