Update app.qmd

This commit is contained in:
2025-05-23 23:17:00 +02:00
parent 5639c11809
commit b6f7263b12
2 changed files with 9 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ d3 = require("d3@7")
``` ```
```{ojs} ```{ojs}
bsplineData = FileAttachment("basis_functions.csv").csv({ typed: true }) bsplineData = FileAttachment("assets/mcrps_learning/basis_functions.csv").csv({ typed: true })
``` ```
```{ojs} ```{ojs}

View File

@@ -68,4 +68,6 @@ for (k in knot_values) {
# Combine all data frames # Combine all data frames
all_data <- bind_rows(all_data) all_data <- bind_rows(all_data)
write_csv(all_data, "basis_functions.csv") write_csv(all_data, "25_07_phd_defense/assets/mcrps_learning/basis_functions.csv")
# %%