Recently Published

Module 12 Exercise
ExamNumbers2025
ExamNumbers2025
ST 537 Assignment 4 Draft
This is data from a dataset of thyroid cancer patients.
Número índice
Isotopic Clustering Analysis of San Juan River Razorback Suckers
Using isotopic clustering to distinguish hatchery-raised from wild Razorback Suckers in the San Juan River for improved fisheries management.
finalproj_546
Serie de tiempo - PIB base 2015
Este documento presenta un análisis completo de la serie temporal del PIB trimestral utilizando modelos SARIMA (Seasonal Autoregressive Integrated Moving Average). El objetivo es identificar patrones estacionales, modelar la serie y generar pronósticos confiables.
Document
ST537-Data Visualization Assignment 4
Final project for ST537
Reimplementation of Ripley's K function using sf library
This report presents a reimplementation of Ripley’s K function and its simulation envelopes using the sf package in R, with the goal of transitioning point pattern analysis tools into the modern spatial data ecosystem. While spatstat remains the industry standard for such analyses, its outdated structure and limited integration with newer packages can be a barrier for contemporary users. The implementation described here reproduces the core functionality of spatstat::Kest() and spatstat::envelope() using simple features (sf) and base R methods. Although benchmark tests reveal that the custom functions are significantly less performant—mainly due to the computational overhead of distance calculations and CSR simulations—the approach emphasizes transparency and modularity. By avoiding black-box abstractions, the project provides valuable educational insight into the statistical and algorithmic foundations of spatial point pattern analysis.