Publications by Tage Singh

SPS Data 605 Final

18.05.2023

Code Show All Code Hide All Code Download Rmd Data 605 Final CUNY SPS SPRING 2023 Data 605 Final Problem 1 Probability Density 1: X~Gamma Probability Density 2: Y~Sum of Exponentials Probability Density 3: Z~ Exponential Problem 1a Problem 1b Probability Density 1: X~Gamma Probability Density 3: Z~ Expone...

57393 sym Python (132439 sym/179 pcs) 13 img 6 tbl

CUNY SPS DATA 605 Final

18.05.2023

Code Show All Code Hide All Code Download Rmd Data 605 Final CUNY SPS SPRING 2023 Data 605 Final Problem 1 Probability Density 1: X~Gamma Probability Density 2: Y~Sum of Exponentials Probability Density 3: Z~ Exponential Problem 1a Problem 1b Probability Density 1: X~Gamma Probability Density 3: Z~ Expone...

57393 sym Python (132439 sym/179 pcs) 13 img 6 tbl

SPS Data 605 Discussion 14

28.04.2023

Data 605 Discussion 14 Problem Exercise 8.8 # 29 Tage N Singh April 28, 2023 File Locations: R Pubs Output RMD on Github Assignment : Pick any exercise in 8.8 of the calculus textbook. Solve and post your solution. If you have issues doing so, discuss them. Exercise 8.8 # 29 Find the Taylor Series for the given Function : \(f(x) = e^{x} sin x...

2899 sym

CUNY SPS Data 605 Discussion 13

23.04.2023

Data 605 Discussion 13 Problem Calculus 7.1 Q - 12 Tage N Singh April 23, 2023 File Locations: R Pubs Output RMD on Github Find the area of the region bounded by the graphs of the given equations : \(y=\sqrt{x} + 1,\ y = \sqrt{2-x} + 1\) Solution : Plotting the graphs of the 3 functions : Function 1 : \(y = \sqrt{x} + 1\) Function 2 : \(y...

1365 sym Python (621 sym/3 pcs) 1 img

Data 605 discussion 12

18.04.2023

Data 605 Discussion 12 Tage N Singh April 18, 2023 File Locations: R Pubs Output RMD on Github Assignment Details : Using R, build a multiple regression model for data that interests you. Include in this model at least one quadratic term, one dichotomous term, and one dichotomous vs. quantitative interaction term. Interpret all coefficients...

6162 sym 3 img

Data 605 Discussion 11

06.04.2023

Data 605 Discussion 11 Tage N Singh April 06, 2023 —– LINERA REGRESSION SAMPLE ANALYSIS —– —– Comparing United States Exports to Government Debt from 1989 to 2020 —– NOTE: This is a sample analysis to help with understanding underlying methodology, the dataset is from real publicly available data and the combination of the two ...

3947 sym 5 img

Data 605 Assignment 5

01.03.2023

TSingh_Assignment5 Tage N Singh February 28, 2023 Question 1 \(Bayesian\) For this solution, we assume that all individuals \(100,000\) will at least receive the HIV test. As shown in the diagram, our cost includes Cost of \(TEST\) for \(100,000\) individuals \(+\) cost of treatment for \(2,094\) individuals for the first year. Testing Costs = $1...

974 sym

SPS DATA 605 Assignment 3

13.02.2023

library(Matrix) library(pracma) ## ## Attaching package: 'pracma' ## The following objects are masked from 'package:Matrix': ## ## expm, lu, tril, triu library(r2symbols) library(tinytex) # Utility function to print matrices in proper LaTeX format print_mat <- function(mat) { n <- nrow(mat) c('\\begin{bmatrix}', paste0(sappl...

6460 sym R (5399 sym/55 pcs)

CUNY-SPS-WRKSHOP-RTRACK-HW1

19.07.2020

#SPS R-Track HomeWork 1 ## Done by Tage Singh ** Question 1 ** factorial = 1 for(i in 1:12) { factorial = factorial * i } print(paste("The factorial of 12 is",factorial)) ## [1] "The factorial of 12 is 479001600" ** Question 2 ** #(" For this question we will use a sequence generator, this allows us to set the numeric change factor of the seq...

472 sym R (1063 sym/8 pcs)

Document-test1

18.07.2020

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

591 sym R (268 sym/2 pcs) 1 img