Skip to content

Commit 3435aab

Browse files
committed
fix readme
1 parent 0d1c841 commit 3435aab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ y = [1 2 3; 2 4 6]
4343
= [2 3 4; 4 6 8]
4444

4545
julia> multitarget_L1(ŷ, y, weights)
46-
10.5
46+
39
4747
```
4848

4949
```julia
@@ -52,18 +52,18 @@ t = y' |> Tables.table |> Tables.rowtable
5252
=' |> Tables.table |> Tables.rowtable
5353

5454
julia> multitarget_L1(t̂, t, weights)
55-
10.5
55+
39
5656
```
5757

5858
Access per-observation measurements with the measurement method:
5959

6060
```julia
6161
julia> measurements(multitarget_L1, t̂, t, weights)
6262

63-
3-element Vector{Float64}:
64-
12.0
65-
10.5
66-
9.0
63+
3-element Vector{Int64}:
64+
3
65+
9
66+
27
6767
```
6868

6969
See [here](https://juliaai.github.io/StatisticalMeasuresBase.jl/dev/) for in-depth

0 commit comments

Comments
 (0)