Publications by Umer Farooq

Linear Regression and Calculus in R

01.12.2024

Problem 1-Transportation Safety: Scenario: You are a data analyst at a transportation safety organization. Your task is to analyze the relationship between the speed of cars and their stopping distance using the built-in R dataset cars. This analysis will help in understanding how speed affects the stopping distance, which is crucial for improving ...

61387 sym R (9422 sym/49 pcs) 9 img

Probabilities and Distributions

09.11.2024

Problem 1: Bayesian: Problem Statement: A new credit scoring system has been developed to predict the likelihood of loan defaults. The system has a 90% sensitivity, meaning that it correctly identifies 90% of those who will default on their loans. It also has a 95% specificity, meaning that it correctly identifies 95% of those who will not def...

28184 sym Python (15995 sym/113 pcs) 1 img

Geometric Transformation of Shapes and Image Processing

29.09.2024

1. Geometric Transformation of Shapes Using Matrix Multiplication Context: In computer graphics and data visualization, geometric transformations are fundamental. These transformations, such as translation, scaling, rotation, and reflection, can be applied to shapes to manipulate their appearance. Task: Create a simple shape (like a square or trian...

14732 sym R (9193 sym/25 pcs) 11 img

Predicting the PH of Beverages Using Linear, Non Linear and Tree Regression

11.05.2024

Predicting the PH Of Beverages Predicting the PH Of Beverages Introduction: Goal: Data Acquisition and Exploration: Loading The Dataset: Data Exploration: Pre-processing Dataset: Features Selection: Correlation Among Features: Model Development And Evaluation: Splitting The Data: Evalu...

20820 sym 4 img 2 tbl

Regression Trees and Rules

13.04.2024

Regreesion Trees and Rules 2024-04-13 Question 1: Recreate the simulated data from Exercise 7.2: set.seed(200) simulated <- mlbench.friedman1(200, sd = 1) simulated <- cbind(simulated$x, simulated$y) simulated <- as.data.frame(simulated) colnames(simulated)[ncol(simulated)] <- "y" Fit a random forest model to all of the predictors, then estim...

6310 sym 3 img

Nonlinear Regression Techniques

05.04.2024

Nonlinear Regression Techniques Umer Farooq 2024-04-05 Regression Problems on Non Linear Regression Method: Question 1: Friedman (1991) introduced several benchmark data sets create by simulation. One of these simulations used the following nonlinear equation to create data: y = 10sin(\(πx_1x_2\)) + 20(\(x_3\) − 0.5\()^2\) + 10\(x_4\) + 5\(x_5\...

4493 sym 2 img

Linear Regression and Its Cousins

31.03.2024

Question 1: Question 2: Linear Regression And Its Cousins 2024-03-31 Question 1: Developing a model to predict permeability (see Sect. 1.4) could save significant resources for a pharmaceutical company, while at the same time more rapidly identifying molecules that have a sufficient permeability to become a drug: *a) Start R and use these comma...

5566 sym Python (12798 sym/43 pcs) 9 img

Forecasting ATM, Residential Power and Water Flow

24.03.2024

Forecating ATM, Residential Power and Waterflow Forecating ATM, Residential Power and Waterflow Forecasting ATM, Residential Power and Water Flow: ATM Forecast: Residential Power Forecast: Waterflow Forecast (BONUS): 2024-03-23 Forecasting ATM, Residential Power and Water Flow: This Forecasting project comprises of mul...

15708 sym Python (25657 sym/125 pcs) 36 img

Forecasting ATM, Residential Power and Water Flow (Elongated markdown)

24.03.2024

Forecating ATM, Residential Power and Waterflow Forecating ATM, Residential Power and Waterflow Forecasting ATM, Residential Power and Water Flow: ATM Forecast: Residential Power Forecast: Water Flow Forecast (BONUS): 2024-03-23 Forecasting ATM, Residential Power and Water Flow: This Forecasting project comprises of mul...

15708 sym Python (25657 sym/125 pcs) 36 img

ARIMA Modeling

18.03.2024

1) Figure 9.32 shows the ACFs for 36 random numbers, 360 random numbers and 1,000 random numbers. a) Explain the differences among these figures. Do they all indicate that the data are white noise? Answer: Each of the three figures suggests that the data exhibit characteristics of white noise. This is evident as the bars representing the autocorre...

9826 sym Python (9692 sym/64 pcs) 34 img