Update multivariate vignette with variogram score and point forecasts#1133
Merged
seabbs merged 4 commits intoimprove-variogram-docsfrom Mar 5, 2026
Merged
Update multivariate vignette with variogram score and point forecasts#1133seabbs merged 4 commits intoimprove-variogram-docsfrom
seabbs merged 4 commits intoimprove-variogram-docsfrom
Conversation
- Add section on variogram score alongside energy score with explanation of what each measures - Show how to customise variogram parameters via purrr::partial() - Add multivariate point forecast section using as_forecast_multivariate_point() - Add variogram score examples to the matrix-based section, including weight matrix (w_vs) and order parameter (p) Closes #1116 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Explain what the variogram score measures in concrete terms (pairwise differences between targets, not abstract dimensions) - Improve p parameter docs to explain how it scales differences - Use "targets" instead of "dimensions" throughout for clarity - Add note on p parameter and link to docs in vignette Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The section compared scoringutils wrappers against raw scoringRules calls, which is an implementation detail that doesn't help users. The vignette now focuses on the scoringutils API via score(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
purrr::partial()(e.g.p = 1)as_forecast_multivariate_point()w_vsweight matrix andpparameter examplesDependencies
Test plan
Closes #1116
This was opened by a bot. Please ping @seabbs for any questions.