View source: R/graph_transition.R
graph_transition | R Documentation |
graph
Use the movement model (see graph_set_movement()
) to convert ground speed gs
(or airspeed
as
if available) into the transition probability of the edges of the graph.
graph_transition(graph)
graph |
Graph constructed with |
The vector return correspond to the elements of the transition matrices
T_k \forall k \in [1,n]
extracted for all edges considered in the graph. Each of these
values thus corresponds to the probability P(X_k \mid X_{k-1})
, where X_k
is the
random variable of the position of the bird at time k
.
To create a generic function, we define speed2prob
which converts the speed of an edge into the
transition probability.
Vector of transition probability for each edge.
Other movement:
bird_create()
,
graph_set_movement()
,
plot_graph_movement()
,
speed2prob()
,
tag_download_wind()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.