View source: R/stan_funcs_legacy.R
get_stan_value_per_share | R Documentation |
This function calculates value per share posterior
get_stan_value_per_share( equity_value, ind_stock_price_sd, share_outstanding, N )
equity_value |
Number Firm equity |
ind_stock_price_sd |
Vector Industry stock price standard deviation |
share_outstanding |
Number Number of shares outstanding in millions |
N |
Number Length of ind_stock_price_sd vector |
Tibble Value per share posterior
# get_stan_value_per_share(N=5, equity_value=700, share_outstanding, ind_stock_price_sd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.