Recently Published

ProGeny: Isochrone and Track Interpolation
When you interpolate between complex time evolving features (say Teff), some form of non-linear warping is required. ProGeny uses Dynamic Time Warping (DTW) to achieve such interpolation. This vignette demonstrates the approach on a simple synthetic curve, then shows the full workflow for interpolating between two real MIST stellar isochrones.
Publish Document
DATA_608_Story_02
Diagrama de Hertzsprung-Russell (n=96)
library(dslabs) library(ggplot2) library(scales) data(stars) stars$lum <- 10^((4.83 - stars$magnitude) / (100^0.2)) base <- ggplot(stars, aes(x = temp, y = lum, color = temp, size = lum)) + scale_x_log10(trans = "reverse") + scale_y_log10(labels = trans_format("log10", math_format(10^.x))) grafico <- base + geom_point() + scale_color_gradientn( colors = c("#FF0000", "#FF7F00", "#FFFF00", "#FFFFFF", "#0000FF"), values = rescale(c(2500, 4000, 6000, 10000, 33600)) ) + labs(x = "Temperatura (K)", y = "Luminosidad (solar)") + theme_dark() grafico
Retail
Projet1
Document
Projet M1 test
Master M2 2026
Document