Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvolker committed Oct 2, 2024
1 parent 128d4bb commit e34ca87
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 556 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ fit_naive <- naive(

fit_kliep <- kliep(
df_numerator = numerator_data$x5,
df_denominator = denominator_data$x5,
sigma_quantile = seq(0.1, 0.9, length.out = 5)
df_denominator = denominator_data$x5
)

pred_naive <- predict(fit_naive, newdata = newx5)
Expand Down
3 changes: 1 addition & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ fit_naive <- naive(
fit_kliep <- kliep(
df_numerator = numerator_data$x5,
df_denominator = denominator_data$x5,
sigma_quantile = seq(0.1, 0.9, length.out = 5)
df_denominator = denominator_data$x5
)
pred_naive <- predict(fit_naive, newdata = newx5)
Expand Down
Loading

0 comments on commit e34ca87

Please sign in to comment.