QuantumLearner commited on
Commit
745fd4b
·
verified ·
1 Parent(s): 721327a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -155,9 +155,9 @@ with st.expander("Click here to read the description"):
155
  ### Description
156
  This application simulates future stock or cryptocurrency prices using bootstrapping simulation methods.
157
  You can specify the stock ticker or crypto pair, the date range, the number of simulation days, the number of simulations, and price thresholds.
158
- The simulation results will show the probability of the price falling below, between, or above the specified thresholds.
159
 
160
- **Background and Concept**
161
  The concept of bootstrapping was introduced by Bradley Efron in 1979. The primary goal of bootstrapping is to understand the variability of a statistic by generating multiple samples from the observed data. This approach assumes that the sample data represents the population, allowing us to draw inferences about the population from the sample.
162
 
163
  **Steps in Bootstrapping:**
 
155
  ### Description
156
  This application simulates future stock or cryptocurrency prices using bootstrapping simulation methods.
157
  You can specify the stock ticker or crypto pair, the date range, the number of simulation days, the number of simulations, and price thresholds.
158
+ The simulation results will show the probability of the price falling below, between, or above the specified thresholds.""")
159
 
160
+ st.write("""**Background and Concept**
161
  The concept of bootstrapping was introduced by Bradley Efron in 1979. The primary goal of bootstrapping is to understand the variability of a statistic by generating multiple samples from the observed data. This approach assumes that the sample data represents the population, allowing us to draw inferences about the population from the sample.
162
 
163
  **Steps in Bootstrapping:**