<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Multivariate Analysis - Tag - Zhiverse</title><link>https://yao-chih.netlify.app/en/tags/multivariate-analysis/</link><description>Multivariate Analysis - Tag - Zhiverse</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>yaochihh@gmail.com (Josh)</managingEditor><webMaster>yaochihh@gmail.com (Josh)</webMaster><copyright>Zhiverse</copyright><atom:link href="https://yao-chih.netlify.app/en/tags/multivariate-analysis/" rel="self" type="application/rss+xml"/><item><title>Multi-dimensional Scaling</title><link>https://yao-chih.netlify.app/en/multi-dimensional-scaling/</link><pubDate>Thu, 15 May 2025 15:58:34 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/multi-dimensional-scaling/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/main/posts/Multi-Dimensional%20Scaling/cover%20image.png" referrerpolicy="no-referrer">
            &lt;/div>Multi-dimensional Scaling (MDS) is a dimensionality reduction technique that calculates pairwise distances between objects in a dataset and represents them in a lower-dimensional space while preserving the original relative distance structure. MDS can be seen as a method for visualizing data to intuitively observe the relative relationships between data points.</description></item><item><title>Dataset Exploration and Analysis #2</title><link>https://yao-chih.netlify.app/en/dataset-exploration-and-analysis-ep.2/</link><pubDate>Mon, 28 Apr 2025 19:51:50 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/dataset-exploration-and-analysis-ep.2/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/main/posts/Dataset%20Exploration%20and%20Analysis%20EP.2/cover%20image.png" referrerpolicy="no-referrer">
            &lt;/div></description></item><item><title>Principal Component Analysis (PCA)</title><link>https://yao-chih.netlify.app/en/principal-component-analysis/</link><pubDate>Tue, 25 Mar 2025 15:09:49 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/principal-component-analysis/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Principal%20Component%20Analysis/cover%20image.webp" referrerpolicy="no-referrer">
            &lt;/div>Principal Component Analysis (PCA) is a commonly used dimension reduction method. It transforms an originally linearly dependent dataset into a set of linearly independent new variables through an orthogonal transformation. This process minimizes the loss of information when projecting the dataset onto these new variables. These new variables are ranked based on their variance, with the one having the highest variance called the first principal component, the second highest called the second principal component, and so on. PCA is widely used to map high-dimensional data into lower-dimensional space while preserving as much of the original data’s key features and information as possible.</description></item><item><title>Dataset Exploration and Analysis</title><link>https://yao-chih.netlify.app/en/dataset-exploration-and-analysis/</link><pubDate>Tue, 18 Mar 2025 12:58:27 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/dataset-exploration-and-analysis/</guid><description><![CDATA[<div class="featured-image">
                <img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Dataset%20Exploration%20and%20Analysis/cover%20image.webp" referrerpolicy="no-referrer">
            </div><p>The cover image is generated by ChatGPT, depicting data analysis. The prompt used is &ldquo;A modern data analysis concept illustration featuring a futuristic workspace. The image includes multiple data charts, graphs, and dashboards displayed on transparent holographic screens. A diverse team of analysts and data scientists collaborate, analyzing trends and insights on large monitors. The scene has a sleek, high-tech atmosphere with glowing blue and purple hues, reflecting a professional and cutting-edge environment.&rdquo; 。</p>
<h2 id="introduction">Introduction</h2>
<p>The dataset used in this analysis is the <strong>Swiss bank notes</strong> dataset, which is utilized by banks to distinguish between genuine and counterfeit old Swiss Francs. This study downloads the <code>bank2.dat</code> dataset from <a href="https://github.com/QuantLet/MVA/tree/master/QID-1530-MVAscabank56" target="_blank" rel="noopener noreffer ">https://github.com/QuantLet/MVA/tree/master/QID-1530-MVAscabank56</a> and conducts the analysis using the <a href="https://www.r-project.org/" target="_blank" rel="noopener noreffer ">R</a> programming language.</p>]]></description></item></channel></rss>