Publications by Frederick Morris Jones
Computational Mathematics with Kaggle username and Score
Problem 1 Task1 Calculate as a minimum the below probabilities a through c. Assume the small letter “x” is estimated as the median of the X variable, and the small letter “y” is estimated as the median of the Y variable. Generating 10,000 uniform numbers between 5 and 15. Also, generating 10,000 numbers from normal distribution with me...
8958 sym R (11522 sym/67 pcs) 6 img
Home Work 1
xcurve <- c(seq(1, 1.4, length.out=3000)) ycurve <- -sqrt(0.2^2-(xcurve-1.2)^2)-0.7 x=c(rep(0,500),seq(0,0.5,length.out=500), seq(0,0.75,length.out=1000), seq(1,1.75,length.out=1000), rep(1.4,500), xcurve) y=c(seq(-1,1,length.out=500),rep(0, 500), rep(1, 1000), rep(1, 1000), seq(-0.75,1,length.out=500), ycurve) #z=rbind(x,y) plot(y~x, xlim=c(-...
5 sym 1 img
Math Computational Final
Problem 1 Task1 Calculate as a minimum the below probabilities a through c. Assume the small letter “x” is estimated as the median of the X variable, and the small letter “y” is estimated as the median of the Y variable. Generating 10,000 uniform numbers between 5 and 15. Also, generating 10,000 numbers from normal distribution with me...
8900 sym R (11522 sym/67 pcs) 6 img
Slave Voyages
Data Preparation library(tidyverse) library(here) Abstract The trafficking of enslaved Africans stands as a somber chapter in human history, leaving a lasting impact whose repercussions are felt even in contemporary times. The shadows cast by this dark period persist in the socio-cultural fabric of societies around the world. In an effort to ...
4458 sym R (8473 sym/38 pcs) 2 img
Unveiling the Shadows of History: Exploring the Largest Dataset of Slave Records Online to Quantify the Human Toll of the Americas' Slave Trade Industry
Load the required libraries library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1...
1125 sym R (8325 sym/38 pcs) 2 img
Unveiling the Shadows of History: Exploring the Largest Dataset of Slave Records Online to Quantify the Human Toll of the Americas' Slave Trade Industry
Load the required libraries library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1...
1152 sym R (8294 sym/38 pcs) 2 img
Exploring the Largest Dataset of Slave Records Online
Data Preparation library(tidyverse) library(here) Abstract The trafficking of enslaved Africans stands as a somber chapter in human history, leaving a lasting impact whose repercussions are felt even in contemporary times. The shadows cast by this dark period persist in the socio-cultural fabric of societies around the world. In an effort to ...
4458 sym R (7765 sym/38 pcs) 2 img
Historical Slave Analysis
Load the required libraries library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1...
1133 sym R (7962 sym/44 pcs) 2 img
Publish Document
Data Preparation library(tidyverse) Motivation Motivation: The motivation behind this analysis goes beyond simple counts of accidents and incidents. We aim to delve into the rates of accidents, such as accidents per 100,000 flight miles. This metric allows us to account for changes in flight activity over time. For instance, if the number of ...
2441 sym R (30307 sym/47 pcs) 6 img
Airline safety
Data Preparation library(tidyverse) Motivation Motivation: The motivation behind this analysis goes beyond simple counts of accidents and incidents. We aim to delve into the rates of accidents, such as accidents per 100,000 flight miles. This metric allows us to account for changes in flight activity over time. For instance, if the number of ...
2608 sym R (29446 sym/46 pcs) 6 img