calageInt {ftaproxim} | R Documentation |
Age Intensity Function
Description
This function returns a numeric value indicating the pending time (in terms of time steps, delta) for a given state change of a proxel.
Usage
calageInt(state, proxel, delta)
Arguments
state |
a string value |
proxel |
a data frame containing a state, age intensity and the probability. |
delta |
a numeric value as time step |
Value
a numeric value as the age intensity
Examples
proxel <- data.frame(State = "OK", ageInt = 0, Prob = 1)
state <- "OK"
delta <- 0.2
calageInt(state, proxel,delta)
[Package ftaproxim version 0.0.1 Index]