Publications by Dhela Asafiani Agatha

Assignment 1 - Pemodelan dan Teori Resiko

15.02.2024

Case 1 Question: Answer: Case 2 Question: Answer: Case 3 Question: Answer: Reference Code Show All Code Hide All Code Tugas 1 Teori Resiko Present Value and Future Value dhela asafiani agatha February 15, 2024 Case 1 Question: Suppose you work for a financial institution, and your team is tasked with pricing European call option...

2319 sym R (2010 sym/10 pcs) 2 img

UAS OPTIMASI

20.12.2023

Pendahuluan LibrarY Grafik Market Saham dari awal tahun 2023 Proses Optimasi Import Data Return Saham Matriks Kovariansi Rata-rata pengembalian portofolio saham Penerapan Metode Portofolio Membuat bobot acak Rata-rata pengembalian aset Risiko portofolio Bobot portofo...

4078 sym R (6194 sym/23 pcs) 2 img

UAS MAT. AKTUARIA

17.12.2023

library(readxl) datauas <- read_excel("uas.xlsx") datauas$Kerugian = as.numeric(datauas$Kerugian) datauas$Rata_Kerugian = datauas$Kerugian/datauas$Kejadian datauas <- as.data.frame(datauas) datauas ## Tahun Kerugian Kejadian Rata_Kerugian ## 1 2000 13555298411 11 1232299856 ## 2 2001 11029916950 12 919159746 ##...

556 sym Python (5955 sym/48 pcs) 1 img

Simple Linear Regression

10.04.2023

Simple Linear Regression Load Data and Library Assumption Testing on The Data Used Autocorrelation Test Normality test Linearity Homogenitas Variansi Linear Model Graph Visualization Scatter Plot Add The Regression Line Add The Regression Equation Graph Finalization Results Dhela Asafia...

2337 sym 6 img 1 tbl

Multiple Linear

10.04.2023

Multiple Linear Load Data and Library Assumption Testing on The Data Used Autocorrelation Test Normality test Linearity Homogenitas Variansi Linear Model Homogenity of Variance Graph Visualization Create a new dataframe with the information needed to plot the model Predict the ...

3724 sym 7 img 1 tbl

Ujian Tengah Semester

26.03.2023

Ujian Tengah Semester Distribusi Peluang Soal 1 Soal 2 Uji Hipotesis Soal 3 Soal 4 Soal 5 dhela asafiani agatha March 27, 2023 Code Show All Code Hide All Code Ujian Tengah Semester Komputasi Statistika Kontak : \(\downarrow\) Email dhelaagatha@gmail.com Instagram https://www.instagram.com/dhelaagatha/ RPubs https://rpub...

4169 sym 1 img 1 tbl

Goodness of Fit

07.03.2023

Goodness of Fit Pearson’s χ2 Example 1 Example 2 Exercise Exercice 1 Exercice 2 Exercise 3 DHela Asafiani Agatha March 07, 2023 Code Show All Code Hide All Code Goodness of Fit Komputasi Statistika Kontak : \(\downarrow\) Email dhelaagatha@gmail.com Instagram https://www.instagram.com/d...

2105 sym 4 img 1 tbl

A/B Testing

06.03.2023

A/B Testing Matched Samples Example Your Exercise Independent Samples Example Your Exercise Comparison Proportions Example Your Exercise Dhela Asafiani Agatha March 06, 2023 Code Show All Code Hide All Code A/B Testing Komputasi Statistika Kontak : \(\downarrow\) Email dhelaagatha@gmail.com Instagr...

4603 sym 1 img 1 tbl

Hypothesis Testing

27.02.2023

Hypothesis Testing Exercise 1 Answer 1 Exercise 2 Answer 2 Exercise 3 Answer 3 Exercise 4 Answer 4 Exercise 5 Answer 5 Exercise 6 Answer 6 dhela asafiani agatha February 28, 2023 Code Show All Code Hide All Code Hypothesis Testing Komputasi Statistika Email             : dhela.agatha@student.matanauniversity.ac.id RP...

5148 sym 1 img

Confidence Intervals

27.02.2023

Confidence Interval Exercises Exercise 1 Exercise 2 Exercise 3 Exercise 4 Exercise 5 Exercise 6 Case Study Collect Data Visualization Confidence Intervals Simulation dhela asafiani agatha February 28, 2023 Code Show All Code Hide All Code Confidence Interval K...

7714 sym Python (3766 sym/47 pcs) 3 img