Skip to content

Instantly share code, notes, and snippets.

@zachlim98
Created January 7, 2021 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachlim98/35db29204eba3932c93d88e138f48ca0 to your computer and use it in GitHub Desktop.
Save zachlim98/35db29204eba3932c93d88e138f48ca0 to your computer and use it in GitHub Desktop.
# continuing the for loop...
DV = np.random.normal(loc=wacc, scale=wacc_stdd)
TV = float(((Fiveyfcf[-1]*(1+pg))/(DV - pg))) #Obtain Terminal value
Fiveyfcf.append(TV)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment