get_stan_value_per_share: Calculate value per share posterior (LEGACY)

View source: R/stan_funcs_legacy.R

get_stan_value_per_shareR Documentation

Calculate value per share posterior (LEGACY)

Description

This function calculates value per share posterior

Usage

get_stan_value_per_share(
  equity_value,
  ind_stock_price_sd,
  share_outstanding,
  N
)

Arguments

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

Value

Tibble Value per share posterior

Examples

# get_stan_value_per_share(N=5, equity_value=700, share_outstanding, ind_stock_price_sd)

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.