Publications by Abraham(20184920009)

Optimization Week 6

20.10.2020

1 Praktek 12: Ekspektasi Maksimalisasi Dalam kelas ini kita akan menggunakan algoritma Ekspektasi Maksimalisasi untuk mengestimasi parameter Campuran Gaussian. Metode ini menyediakan pengklasifikasi yang tidak terjaga dan sangat berguna ketika distribusi Gaussian diasumsukan. Misalkan kita ingin memodelkan parameter populasi yang diasumsikan menj...

12485 sym R (1945 sym/11 pcs) 3 img

Midterm Exam Analisis Runtun Waktu

15.10.2020

SIMULASI AR(1) Simulating an AR(p) process set.seed(456) ## list description for AR(1) model with small coef AR.sm <- list(order = c(1, 0, 0), ar = 0.1, sd = 0.1) ## list description for AR(1) model with large coef AR.lg <- list(order = c(1, 0, 0), ar = 0.9, sd = 0.1) ## simulate AR(1) AR1.sm <- arima.sim(n = 50, model = AR.sm) AR1.lg <- ...

585 sym R (4860 sym/16 pcs) 5 img

Optimization Week 3

21.09.2020

1 Case Study 1 Suppose a farmer has 75 acres on which to plant two crops: wheat and barley. To produce these crops, it costs the farmer (for seed, fertilizer, etc.) $120 per acre for the wheat and $210 per acre for the barley. The farmer has $15000 available for expenses. But after the harvest, the farmer must store the crops while awaiting avour...

9252 sym R (5980 sym/38 pcs) 1 img

CS Week 3

21.09.2020

1 Brief Introduction Please watching this video, to get some ideas about Confidence Intervals (CI) 2 CI in Business This video guide you, how can you apply Confidence Intervals in Business. 3 Your Exercise In this section, your expected to get familiar with confidential intervals exercise: 3.1 Exercise 1 Find a point estimate of average univer...

26019 sym R (5839 sym/63 pcs) 6 img

CS Week 2

21.09.2020

1 Binomial Distribution 1.1 Question What is a binomial distribution in Statistics? What is binomial distribution used for? Please argue 4 requirements needed to be a binomial distribution? Is a binomial distribution a normal distribution? Suppose there are twenty multiple choice questions in an Statistics class quiz. Each question has five pos...

24299 sym R (560 sym/16 pcs) 1 img

Optimization Week 4

25.09.2020

1 Bisection Method The bisection method is another approach to finding the root of a continuous function \(f(x)\) on an interval \([a,b]\). The method takes advantage of a corollary of the intermediate value theorem called Bolzano’s theorem which states that if the values of \(f(a)\) and \(f(b)\) have opposite signs, the interval must contain a...

41097 sym R (7260 sym/38 pcs) 14 img

CS Week 4

27.09.2020

1 Introduction As a data scientist you probably retain or reject hypothesis based on measurements of observed samples. The decision is often based on a statistical mechanism called hypothesis testing. Let’s watching the following video: There are three conditions of having hypothesis testing included: Left Tailed Test: When the \(\bar{x}\) is...

47305 sym R (6695 sym/41 pcs) 1 img

Optimization Week 5

06.10.2020

1 General Optimization In mathematics, nonlinear programming (NLP) is the process of solving an optimization problem where some of the constraints or the objective function are nonlinear. An optimization problem is one of calculation of the extrema (maxima, minima or stationary points) of an objective function over a set of unknown real variables...

48010 sym R (9775 sym/36 pcs) 8 img

CS Week 6

20.10.2020

library(ggplot2) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(ggthemes) ## Warning: package 'ggthemes' was built under R version ...

4393 sym R (1333 sym/17 pcs) 1 img

Midterm Exam Computational Statistics

28.10.2020

1 Bab 8 Dugaan dalam Regresi Linier Setelah membaca bagian ini, Anda akan mampu untuk: * Memahami distribusi perkiraan regresi. * Membuat perkiraan interval untuk parameter regresi, respon rata-rata, dan prediksi. * Uji signifikansi regresi. Pada bagian akhir, kita akan mendefinisikan model regresi linier sederhana, \(Y_i=\beta_0+\beta_1x_1+\epsi...

77268 sym R (10077 sym/81 pcs) 9 img