Tag

stock analysis

0 views collected around this technical thread.

Model Perspective
Model Perspective
Nov 17, 2022 · Fundamentals

How to Use an F-Test to Compare Stock Return Variances: A Step-by-Step Guide

This article explains the null and alternative hypotheses for one‑ and two‑tailed variance tests, demonstrates how to compute the F‑statistic and critical value, and walks through a practical example comparing the monthly return standard deviations of IBM and HP stocks, concluding that their variances are not significantly different.

F-testhypothesis testingstatistics
0 likes · 2 min read
How to Use an F-Test to Compare Stock Return Variances: A Step-by-Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jan 12, 2022 · Fundamentals

Plotting 5-Day and 20-Day Moving Averages of Stock Prices with Python

This tutorial demonstrates how to fetch historical stock data with pandas_datareader, calculate 5‑day and 20‑day moving averages using pandas, and visualize the price series together with these averages in a Matplotlib chart to illustrate simple trading‑strategy concepts.

Matplotlibdata-visualizationfinance
0 likes · 3 min read
Plotting 5-Day and 20-Day Moving Averages of Stock Prices with Python