Recently Published
Document
Practica Clase
Plot
test
PM10 Spatiotemporal Patterns in Portugal: Functional Data Analysis in 2017
We propose an exploratory statistical tool that combines functional data analysis (FDA) with unsupervised learning algorithms and spatial statistics to extract meaningful information about the main spatiotemporal patterns underlying PM10 in mainland Portugal.
prgm6
Write an R script to construct a box plot showcasing the distribution of a continuous variable,grouped by a categorical variable,using ggplot2's fill aesthetic .
Monty Hall Simulation
The Monty Hall Problem is a famous puzzle / paradox. Let's examine how it works with some quick simulations.