Skip to content

Commit

Permalink
refactor: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 18, 2024
1 parent c414dc3 commit 1e28979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relation/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The standard error is 3 standard deviation of the mean of the sample.

### relation:Confidence {#MarginOfError}

Use `Confidence` to specify the level of uncertainty in the estimate. It can be used multiple times,
Use `Confidence` to specify uncertainty in the estimate. It can be used multiple times,
in which case add `dcterms:type` to each dimension relation to specify the type of confidence
(Margin of Error, Confidence Interval, etc.).

Expand All @@ -39,12 +39,12 @@ In case of asymmetric confidence intervals, use `relation:ConfidenceUpperBound`
meta:dimensionRelation [
a relation:ConfidenceLowerBound ;
dcterms:type "Confidence interval" ;
meta:relatesTo ex:lowerConfidence ;
meta:relatesTo ex:measurement-dimension ;
],
meta:dimensionRelation [
a relation:ConfidenceUpperBound ;
dcterms:type "Confidence interval" ;
meta:relatesTo ex:upperConfidence ;
meta:relatesTo ex:measurement-dimension ;
]
] .
```

0 comments on commit 1e28979

Please sign in to comment.