Recently Published

Stock Portfolio Risk Optimization: Mean-CVaR & Copula Simulation
A quantitative finance project comparing Sharia and Non-Sharia stock portfolios using Mean-CVaR optimization and Student-t Copula simulation on LQ45 Index data (2021-2025). The project includes Monte Carlo simulations and model validation using the Kupiec POF test.
MANOVA
Homework 9 Data 101
Linear and Multiple Linear Regression Homework
Prueba pronóstico
Document
Prueba de Normalidad del Modelo de Regresión Lineal Clásico
En esta ocasión el objetivo es de verificar el primer supuesto que es el de Normalidad para el Modelo de Regresión Lineal Múltiple Clásico bajo 3 métodos, el JB, KS y SW
Nobel Prize - API
Pruebas de Normalidad
Stats2_week8_9
Dashboard Assignment - TRI Page View Analysis
Analyzing if Users Visit More Pages Before Converting
Plot # install.packages("ggplot2") library(ggplot2)
# install.packages("ggplot2") library(ggplot2) # Datos set.seed(1) df <- data.frame(x = rnorm(200), y = rnorm(200)) ggplot(df, aes(x = x, y = y)) + geom_density_2d_filled() + guides(fill = guide_legend(title = "Nivel"))