| forward_value_from_noi | R Documentation |
Compute a forward-value vector based on next-period NOI and an exit yield. Given a series of annual NOI values, the function constructs a vector NOI can be obtained either from a fixed forward growth rate or from a simple extrapolation of observed growth.
forward_value_from_noi(noi_vec, exit_yield, g_forward = NA_real_)
noi_vec |
Numeric vector of annual NOI values. |
exit_yield |
Numeric scalar; exit yield in decimal form (for example 0.05). |
g_forward |
Optional numeric scalar giving a constant forward growth
rate. When supplied, the last element of |
A numeric vector of forward values with the same length as
noi_vec.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.