Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,10 @@ from plotly.subplots import make_subplots
|
|
| 12 |
|
| 13 |
st.set_page_config(layout="wide", page_title="Forward-Looking Probability")
|
| 14 |
|
| 15 |
-
st.markdown("# Forward-Looking Probability Distribution")
|
|
|
|
|
|
|
|
|
|
| 16 |
st.write(
|
| 17 |
"This application analyzes the implied probability distribution of a stock's future price using call option data. "
|
| 18 |
"It calculates implied volatilities via the Black-Scholes model, derives a risk-neutral probability density function using "
|
|
|
|
| 12 |
|
| 13 |
st.set_page_config(layout="wide", page_title="Forward-Looking Probability")
|
| 14 |
|
| 15 |
+
st.markdown("## Forward-Looking Market-Implied Probability Distribution")
|
| 16 |
+
st.markdown("### Option-Based Price Forecasting Using Implied Volatility")
|
| 17 |
+
|
| 18 |
+
|
| 19 |
st.write(
|
| 20 |
"This application analyzes the implied probability distribution of a stock's future price using call option data. "
|
| 21 |
"It calculates implied volatilities via the Black-Scholes model, derives a risk-neutral probability density function using "
|