Tagged articles
8 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Aug 21, 2025 · Industry Insights

Predicting Stock Market Movements with a Markov‑Chain State‑Transition Model

This article explains how to model short‑term stock market dynamics using a Markov‑chain framework, covering the theory of memoryless state transitions, construction of a transition matrix, multi‑step probability forecasts, steady‑state analysis, a full Python implementation, and a real‑world case study with its limitations.

Markov chainPythonTime Series
0 likes · 18 min read
Predicting Stock Market Movements with a Markov‑Chain State‑Transition Model
Architect's Journey
Architect's Journey
Feb 9, 2025 · Industry Insights

DeepSeek’s 2025 Forecast: Eight Wealth Trends

DeepSeek analyzes eight 2025 wealth trends—housing prices, A‑share market, gold, hot careers, emerging cities, automotive pricing, and economic confidence—providing a clear framework, data‑backed scenarios, and practical recommendations for investors and job seekers.

2025 trendsDeepSeekautomotive
0 likes · 11 min read
DeepSeek’s 2025 Forecast: Eight Wealth Trends
Model Perspective
Model Perspective
Feb 13, 2023 · Fundamentals

When Cicadas Sing: Modeling Stock Market Herd Behavior with Game Theory

This article models the stock market herd effect using a cicada‑chirping analogy, presents mathematical and game‑theoretic analyses, derives dynamic equilibrium equations, and offers practical investment guidance based on behavioral psychology and Bayesian equilibrium concepts.

Game Theorybehavioral financeherd behavior
0 likes · 10 min read
When Cicadas Sing: Modeling Stock Market Herd Behavior with Game Theory
Python Crawling & Data Mining
Python Crawling & Data Mining
Mar 17, 2019 · Artificial Intelligence

How Association Rules and Machine Learning Reveal Stock Market Industry Linkages

This report analyzes 2018 AMAC industry index data using association‑rule mining and several machine‑learning models (Apriori, KNN, Bayesian, decision tree, neural network) to uncover sector linkages, predict index and stock movements, compare model performance, and suggest future improvements.

PredictionR languageassociation rules
0 likes · 11 min read
How Association Rules and Machine Learning Reveal Stock Market Industry Linkages
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2018 · Fundamentals

Unlock Stock Insights: An Apple Price Analysis with NumPy

This tutorial walks through loading Apple stock CSV data with NumPy, computing basic statistics like mean, median, variance, weighted average, daily returns, volatility, and handling dates, while demonstrating essential NumPy functions and code snippets for practical financial data analysis.

NumPydata-analysisstatistics
0 likes · 13 min read
Unlock Stock Insights: An Apple Price Analysis with NumPy
MaGe Linux Operations
MaGe Linux Operations
Nov 15, 2017 · Fundamentals

Master Stock Market Data Analysis with Python: Moving Averages Explained

This tutorial walks through using Python and pandas to fetch Yahoo Finance data, visualize stock prices with line and candlestick charts, and apply moving‑average techniques—including 20‑day, 50‑day, and 200‑day averages—to identify trends and build simple trading signals, all while emphasizing that the content is for educational purposes only and not investment advice.

Pythondata analysisfinance
0 likes · 13 min read
Master Stock Market Data Analysis with Python: Moving Averages Explained
GF Securities FinTech
GF Securities FinTech
Sep 14, 2016 · Big Data

Scaling Real-Time Stock Market Data with Redis, Lua, and Go Goroutines

Exploring how a securities firm processes billions of daily stock‑market indicators in real time, this article compares an in‑process Redis + Lua solution with an out‑of‑process Goroutine‑based architecture, detailing data flow, performance trade‑offs, and scalability considerations for high‑frequency time‑series workloads.

Luaparallel computingreal-time data
0 likes · 12 min read
Scaling Real-Time Stock Market Data with Redis, Lua, and Go Goroutines