Skip to content

Commit 0b1ef49

Browse files
committed
sarima model studied
1 parent 84355fb commit 0b1ef49

File tree

44 files changed

+4059
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4059
-592
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Time Series Analysis and SARIMA Model for Stock Price Prediction"
3+
date: 2024-07-04T00:00:00+01:00
4+
description: "Short Stock price analysis on AAPL, then a prediction is tested using SARIMA model"
5+
menu:
6+
sidebar:
7+
name: SARIMA
8+
identifier: SARIMA
9+
parent: stock_prediction
10+
weight: 11
11+
hero: images/test_forecast.png
12+
tags: ["Finance", "Statistics", "Forecasting"]
13+
categories: ["Finance"]
14+
---
15+
16+
ok

content/posts/finance/stock_prediction/SARIMA/sarima_example.ipynb

Lines changed: 700 additions & 0 deletions
Large diffs are not rendered by default.

content/posts/physics/quantum_computing/qsvm/03_quantum_kernel.ipynb

Lines changed: 101 additions & 40 deletions
Large diffs are not rendered by default.

public/categories/finance/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,51 @@
293293

294294

295295

296+
<div class="post-card">
297+
<div class="card">
298+
<div class="card-head">
299+
<a href="/posts/finance/stock_prediction/sarima/" class="post-card-link">
300+
<img class="card-img-top" src='/images/default-hero.jpg' alt="Hero Image">
301+
</a>
302+
</div>
303+
<div class="card-body">
304+
<a href="/posts/finance/stock_prediction/sarima/" class="post-card-link">
305+
<h5 class="card-title">Time Series Analysis and ARIMA Model for Stock Price Prediction</h5>
306+
<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.
307+
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>
308+
</a>
309+
310+
<div class="tags">
311+
<ul style="padding-left: 0;">
312+
313+
314+
<li class="rounded"><a href="/tags/finance/" class="btn btn-sm btn-info">Finance</a></li>
315+
316+
317+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
318+
319+
320+
<li class="rounded"><a href="/tags/forecasting/" class="btn btn-sm btn-info">Forecasting</a></li>
321+
322+
</ul>
323+
</div>
324+
325+
326+
</div>
327+
<div class="card-footer">
328+
<span class="float-start">
329+
Thursday, July 4, 2024
330+
| 9 minutes </span>
331+
<a
332+
href="/posts/finance/stock_prediction/sarima/"
333+
class="float-end btn btn-outline-info btn-sm">Read</a>
334+
</div>
335+
</div>
336+
</div>
337+
338+
339+
340+
296341
<div class="post-card">
297342
<div class="card">
298343
<div class="card-head">

public/categories/finance/index.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
<description>Recent content in Finance on Stefano Giannini</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Fri, 28 Jun 2024 00:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/categories/finance/index.xml" rel="self" type="application/rss+xml" /><item>
9+
<lastBuildDate>Thu, 04 Jul 2024 00:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/categories/finance/index.xml" rel="self" type="application/rss+xml" /><item>
10+
<title>Time Series Analysis and ARIMA Model for Stock Price Prediction</title>
11+
<link>http://localhost:1313/posts/finance/stock_prediction/sarima/</link>
12+
<pubDate>Thu, 04 Jul 2024 00:00:00 +0100</pubDate>
13+
14+
<guid>http://localhost:1313/posts/finance/stock_prediction/sarima/</guid>
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>
17+
</item>
18+
19+
<item>
1020
<title>Time Series Analysis and ARIMA Models for Stock Price Prediction</title>
1121
<link>http://localhost:1313/posts/finance/stock_prediction/arima/</link>
1222
<pubDate>Fri, 28 Jun 2024 00:00:00 +0100</pubDate>

public/categories/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<description>Recent content in Categories on Stefano Giannini</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Wed, 03 Jul 2024 08:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Thu, 04 Jul 2024 00:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>
1111
</rss>

public/index.json

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

public/index.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content on Stefano Giannini</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Wed, 03 Jul 2024 08:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /><item>
9+
<lastBuildDate>Thu, 04 Jul 2024 00:00:00 +0100</lastBuildDate><atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" /><item>
10+
<title>Time Series Analysis and SARIMA Model for Stock Price Prediction</title>
11+
<link>http://localhost:1313/posts/finance/stock_prediction/sarima/</link>
12+
<pubDate>Thu, 04 Jul 2024 00:00:00 +0100</pubDate>
13+
14+
<guid>http://localhost:1313/posts/finance/stock_prediction/sarima/</guid>
15+
<description>ok</description>
16+
</item>
17+
18+
<item>
1019
<title>Quantum Computing - Fundementals - Teleportation</title>
1120
<link>http://localhost:1313/posts/physics/quantum_computing/teleportation/</link>
1221
<pubDate>Wed, 03 Jul 2024 08:00:00 +0100</pubDate>

public/posts/data-science/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,15 @@
315315
<li><a class=" list-link" href="/posts/finance/stock_prediction/arima/" title="ARIMA">ARIMA</a></li>
316316

317317

318+
319+
320+
321+
322+
323+
324+
<li><a class=" list-link" href="/posts/finance/stock_prediction/sarima/" title="SARIMA">SARIMA</a></li>
325+
326+
318327

319328
</ul>
320329
</li>

public/posts/finance/index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@
318318
<li><a class=" list-link" href="/posts/finance/stock_prediction/arima/" title="ARIMA">ARIMA</a></li>
319319

320320

321+
322+
323+
324+
325+
326+
327+
<li><a class=" list-link" href="/posts/finance/stock_prediction/sarima/" title="SARIMA">SARIMA</a></li>
328+
329+
321330

322331
</ul>
323332
</li>
@@ -463,6 +472,51 @@
463472

464473

465474

475+
<div class="post-card">
476+
<div class="card">
477+
<div class="card-head">
478+
<a href="/posts/finance/stock_prediction/sarima/" class="post-card-link">
479+
<img class="card-img-top" src='/images/default-hero.jpg' alt="Hero Image">
480+
</a>
481+
</div>
482+
<div class="card-body">
483+
<a href="/posts/finance/stock_prediction/sarima/" class="post-card-link">
484+
<h5 class="card-title">Time Series Analysis and ARIMA Model for Stock Price Prediction</h5>
485+
<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.
486+
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>
487+
</a>
488+
489+
<div class="tags">
490+
<ul style="padding-left: 0;">
491+
492+
493+
<li class="rounded"><a href="/tags/finance/" class="btn btn-sm btn-info">Finance</a></li>
494+
495+
496+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
497+
498+
499+
<li class="rounded"><a href="/tags/forecasting/" class="btn btn-sm btn-info">Forecasting</a></li>
500+
501+
</ul>
502+
</div>
503+
504+
505+
</div>
506+
<div class="card-footer">
507+
<span class="float-start">
508+
Thursday, July 4, 2024
509+
| 9 minutes </span>
510+
<a
511+
href="/posts/finance/stock_prediction/sarima/"
512+
class="float-end btn btn-outline-info btn-sm">Read</a>
513+
</div>
514+
</div>
515+
</div>
516+
517+
518+
519+
466520
<div class="post-card">
467521
<div class="card">
468522
<div class="card-head">

0 commit comments

Comments
 (0)