You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example calculates the Pearson correlation coefficient (r), by measuring the linear relationship between two arrays. The use of means and then the accumulators, shows how covariance and variance combine into (r), with results from -1 to +1. Implemented in Python, MATLAB, and JavaScript.
Knowledge Is Power is a data analysis and prediction tool leveraging U.S. Census data to provide insights into societal topics. Utilizing machine learning, specifically MATLAB's classification learner, the project predicts educational attainment based on income and offers interactive visualizations of veterans' data.
Repository for my and Pedro's Matlab codes used in the studies of digital control theory. The project implements a PI digital control system for a linear servomotor mechanism in the univeristy laboratory.
A linear algorithm is described for solving the n-Queens Completion problem for an arbitrary composition of k queens, consistently distributed on a chessboard of size n x n. Two important rules are used in the algorithm: a) the rule of sequential risk elimination for the entire system as a whole; b) the rule of formation of minimal damage in the…