Publications by LuthfianoAlzaky
Tugas Mandarel UAS
Tugas UAS Mandarel Tugas UAS Mandarel LuthfianoAlzaky 2024-12-10 data("airquality") 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 result <- airquality ...
85 sym Python (691 sym/6 pcs)
Document
MPDW P8 MPDW P8 Library Input Data Eksplorasi Data Uji Homogenitas Split Data Plot Data Latih Plot Data Uji Non-Seasonal Arima Kestasioneran Data Differencing Seasonal ARIMA Identifikasi Model Pendugaan Parameter Diagnostik Model Overfitting Peramalan Luthfiano Alzaky 2024-11-03 Library library(tidyver...
4156 sym Python (17938 sym/96 pcs) 23 img
Projek Regspas UTS
Kondisi Energi Kronis Ibu Hamil di Pegunungan Bintang 2023 Kondisi Energi Kronis Ibu Hamil di Pegunungan Bintang 2023 Packages Input Data Data SHP Data Kondisi Energi Kronis Ibu Hamil Data Merge Eksplorasi Plot Spasial Matriks Pembobot Berdasarkan Jarak (Distance) Radial Distance Weight (d=15). Inverse Distance Weight ...
7791 sym Python (205385 sym/200 pcs) 39 img
Tugas Indeks Moran Regspas
Input Data Matriks Pembobot Spasial Queen Cognity Autokorelasi Global Indeks Moran Global Global Geary’s C Getis-Ord G Autokorelasi Lokal Local Moran’s I Getis-Ord Gi Kesimpulan 2024-10-05 Input Data library(sf) ## Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE library(sp) librar...
5532 sym Python (11056 sym/60 pcs) 8 img
Tugas Praktikum 6 MPDW
Tugas Praktikum 6 MPDW Tugas Praktikum 6 MPDW Memanggil Library Input Data Split Data Eksplorasi Data Time Series Plot PLot ACF ADF Test Boxcox dan Lambda Optimum Penanganan Ketidakstasioneran Data Plot ACF Uji ADF Identifikasi Model Time Series Plot Plot ACF Plot PACF Plot EACF Pendugaan Parameter Model T...
6067 sym Python (24291 sym/76 pcs) 13 img
Tugas Praktikum 5 MPDW
Tugas Praktikum 5 MPDW Tugas Praktikum 5 MPDW Memanggil Library Data Penuh Input Data Time Series Plot PLot ACF ADF Test Boxcox dan Lambda Optimum Partisi 1 : Data 1-50 Input Data Time Series Plot Plot ACF ADF Test Boxcox dan Lambda Optimum Partisi 2 : Data 51-100 Input Data Time Series Plot P...
2219 sym Python (43630 sym/40 pcs) 9 img
Latihan P6 PML
Latihan Pertemuan 6 PML Latihan Pertemuan 6 PML Nomor 1 a b Nomor 2 a b Nomor 3 a b Nomor 4 a b Nomor 5 a b Nomor 6 a b Nomor 7 a b Nomor 8 a b Nomor 9 a b Nomor 10 a b Luthfiano Alzaky 2024-09-17 Nomor 1 a x1<- matrix(c(12,14,16,18,20,22),,1) x <- cbind(1,x1) y <- matrix(c(2.5,3,3.5,4.5,5,5.5),,1) xtx <- t(x)%*%x xtx...
461 sym
Latihan Praktikum Pertemuan 4 MPDW
Latihan Pertemuan 4 Latihan Pertemuan 4 Pembangkitan Proses MA(2) Karakteristik MA(2) Pembangkitan Proses AR(2) Karakteristik AR(2) Fungsi pembangkitan ARMA(2,2) Karakteristik ARMA(2,2) Luthfiano Alzaky 2024-09-16 White noise dibangkitkan dari suatu peubah acak, umumnya peubah acak normal. wn <- rnorm(300) ts.plot(wn) ...
6710 sym 20 img
Kuis TPG UTS Nomor 2
Kuis TPG Nomor 2 Kuis TPG Nomor 2 Input Data Rata-rata kolom Matrix kovarian Selang kepercyaan 95% simultan Selang kepercayaan 95% elips LuthfianoAlzaky 2024-09-11 Input Data x<-c(525,500,550,575,495,490,525,550,13,14,13,11,15,14,12,12) data<-matrix(x,, ncol=2) data ## [,1] [,2] ## [1,] 525 13 ## [2,] ...
336 sym Python (1319 sym/14 pcs) 1 img
Latihan Praktikum PML Pertemuan 5
PML P5 PML P5 Nomor 1 a b c d Nomor 2 a b c d Nomor 3 a b c d Nomor 4 a b c d Nomor 5 a b c d Nomor 6 a b c d e Nomor 7 a b c d e Nomor 8 a b c d e Nomor 9 a b c d e Nomor 10 a b c d e LuthfianoAlzaky 2024-09-10 Nomor 1 a x1 <- matrix(c(4,3,6,7),,1) y <- matrix(c(7,5,8,9),,1) x <- cbind(1,x1) x ## [,1] [,2] ## [1,...
698 sym