Skip to content

Commit 2f1f13f

Browse files
committed
tight layout image
1 parent b4fc6a9 commit 2f1f13f

File tree

12 files changed

+9
-9
lines changed

12 files changed

+9
-9
lines changed
Loading
Loading
Loading

content/posts/finance/stock_prediction/ARIMA/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Understanding these components is crucial for effective time series modeling.
3535

3636
### Stationarity
3737

38-
A key concept in time series analysis is stationarity. A stationary time series has constant statistical properties over time, including mean and variance. Many time series models, including ARIMA, assume stationarity. We often need to transform non-stationary data (like most stock price series) to achieve stationarity.
38+
A key concept in time series analysis is stationarity. A stationary time series has constant statistical properties over time, including mean and variance. Many time series models, including ARIMA, assume stationarity. We often need to transform non-stationary data (like most stock price series) to achieve stationarity. Augmented Dickey-Fuller test can be used to check for stationarity, as showed in next sections.
3939

4040
## 3. ARIMA Models: Theoretical Background
4141

public/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Loading
Loading
Loading

public/posts/finance/stock_prediction/arima/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h3 id="components-of-a-time-series">Components of a Time Series</h3>
489489
</ol>
490490
<p>Understanding these components is crucial for effective time series modeling.</p>
491491
<h3 id="stationarity">Stationarity</h3>
492-
<p>A key concept in time series analysis is stationarity. A stationary time series has constant statistical properties over time, including mean and variance. Many time series models, including ARIMA, assume stationarity. We often need to transform non-stationary data (like most stock price series) to achieve stationarity.</p>
492+
<p>A key concept in time series analysis is stationarity. A stationary time series has constant statistical properties over time, including mean and variance. Many time series models, including ARIMA, assume stationarity. We often need to transform non-stationary data (like most stock price series) to achieve stationarity. Augmented Dickey-Fuller test can be used to check for stationarity, as showed in next sections.</p>
493493
<h2 id="3-arima-models-theoretical-background">3. ARIMA Models: Theoretical Background</h2>
494494
<p>ARIMA models combine three components:</p>
495495
<ol>

public/posts/finance/stock_prediction/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,14 +436,14 @@
436436
<div class="card">
437437
<div class="card-head">
438438
<a href="/posts/finance/stock_prediction/arima/" class="post-card-link">
439-
<img class="card-img-top" src='/images/default-hero.jpg' alt="Hero Image">
439+
<img class="card-img-top" src='/posts/finance/stock_prediction/arima/images/test_forecast.png' alt="Hero Image">
440440
</a>
441441
</div>
442442
<div class="card-body">
443443
<a href="/posts/finance/stock_prediction/arima/" class="post-card-link">
444444
<h5 class="card-title">Time Series Analysis and ARIMA Models for Stock Price Prediction</h5>
445-
<p class="card-text post-summary">Time Series Analysis and ARIMA Models for Stock Price Prediction 1. Introduction Time series analysis is a fundamental technique in quantitative finance, particularly for understanding and predicting stock price movements. Among the various time series models, ARIMA (Autoregressive Integrated Moving Average) models have gained popularity due to their flexibility and effectiveness in capturing complex patterns in financial data.
446-
This article will explore the application of time series analysis and ARIMA models to stock price prediction.</p>
445+
<p class="card-text post-summary">1. Introduction Time series analysis is a fundamental technique in quantitative finance, particularly for understanding and predicting stock price movements. Among the various time series models, ARIMA (Autoregressive Integrated Moving Average) models have gained popularity due to their flexibility and effectiveness in capturing complex patterns in financial data.
446+
This article will explore the application of time series analysis and ARIMA models to stock price prediction. We&rsquo;ll cover the theoretical foundations, practical implementation in Python, and critical considerations for using these models in real-world financial scenarios.</p>
447447
</a>
448448

449449
<div class="tags">
@@ -466,7 +466,7 @@ <h5 class="card-title">Time Series Analysis and ARIMA Models for Stock Price Pre
466466
<div class="card-footer">
467467
<span class="float-start">
468468
Friday, June 28, 2024
469-
| 5 minutes </span>
469+
| 6 minutes </span>
470470
<a
471471
href="/posts/finance/stock_prediction/arima/"
472472
class="float-end btn btn-outline-info btn-sm">Read</a>

public/posts/finance/stock_prediction/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<pubDate>Fri, 28 Jun 2024 00:00:00 +0100</pubDate>
1313

1414
<guid>http://localhost:1313/posts/finance/stock_prediction/arima/</guid>
15-
<description>Time Series Analysis and ARIMA Models for Stock Price Prediction 1. Introduction Time series analysis is a fundamental technique in quantitative finance, particularly for understanding and predicting stock price movements. Among the various time series models, ARIMA (Autoregressive Integrated Moving Average) models have gained popularity due to their flexibility and effectiveness in capturing complex patterns in financial data.
16-
This article will explore the application of time series analysis and ARIMA models to stock price prediction.</description>
15+
<description>1. Introduction Time series analysis is a fundamental technique in quantitative finance, particularly for understanding and predicting stock price movements. Among the various time series models, ARIMA (Autoregressive Integrated Moving Average) models have gained popularity due to their flexibility and effectiveness in capturing complex patterns in financial data.
16+
This article will explore the application of time series analysis and ARIMA models to stock price prediction. We&amp;rsquo;ll cover the theoretical foundations, practical implementation in Python, and critical considerations for using these models in real-world financial scenarios.</description>
1717
</item>
1818

1919
<item>

0 commit comments

Comments
 (0)