svd_snowfall, a MATLAB code which demonstrates the use of the Singular Value Decomposition (SVD) to analyze a set of historical snowfall data.
The snowfall data consists of records for the winters of 1890-1891 to 2023-2024, of the snowfall in inches, over the months from October to May, as measured at Michigan Tech.
This data can be regarded as an 8 by 127 matrix A. Applying the singular value decomposition produces the factors
A = U * S * V'and it is the purpose of this library to consider what these factors indicate about the snowfall data.
The information on this web page is distributed under the MIT license.
svd_snowfall is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
fingerprints, a dataset directory which contains a few images of fingerprints.
svd_basis, a MATLAB code which computes a reduced basis for a collection of data vectors using the singular value decomposition (SVD)
svd_circle, a MATLAB code which analyzes a linear map of the unit circle caused by an arbitrary 2x2 matrix A, using the singular value decomposition (SVD).
svd_faces, a MATLAB code which applies singular value decomposition (SVD) analysis to a set of images.
svd_fingerprint, a MATLAB code which reads a file containing a fingerprint image and uses the singular value decomposition (SVD) to compute and display a series of low rank approximations to the image.
svd_gray, a MATLAB code which reads a gray scale image, computes the singular value decomposition (SVD), and constructs a series of low rank approximations to the image.
svd_lls, a MATLAB code which uses the singular value decomposition (SVD) to construct and plot the best affine and linear relationships in the sense of least square, between two vectors of data.
svd_powers, a MATLAB code which applies singular value decomposition (SVD) analysis to powers x(i)^(j-1).
svd_sphere, a MATLAB code which analyzes a linear map of the unit sphere caused by an arbitrary 3x3 matrix A, using the singular value decomposition (SVD).
svd_test, a MATLAB code which demonstrates the singular value decomposition (SVD) for a simple example.
svd_truncated_test, a MATLAB code which demonstrates the computation of the reduced or truncated Singular Value Decomposition (SVD) that is useful for cases when one dimension of the matrix is much smaller than the other.
time_series, a dataset directory which contains examples of files describing time series.