Skip to content

Commit 323e4c1

Browse files
committed
line breaks
1 parent 99d0610 commit 323e4c1

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/src/tutorial.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,14 @@ originated):
369369
the same matrix; the data groups are specified by an integer vector (this is
370370
great e.g. for computing per-cluster statistics, given the integer vector
371371
assigns data entries to clusters)
372-
- [`dcount`](@ref) counts ocurrences of items in an integer vector, similar to e.g. R function `tabulate`
372+
- [`dcount`](@ref) counts ocurrences of items in an integer vector, similar to
373+
e.g. R function `tabulate`
373374
- [`dcount_buckets`](@ref) does the same per groups
374-
- [`dscale`](@ref) scales the selected columns to mean 0 and standard deviation 1
375-
- [`dmedian`](@ref) computes a median in columns of the dataset (That is done by an approximative algorithm that works in time `O(n*iters)`, thus works even for really large datasets. Precision increases by roughly 1 bit per iteration, the default is 20 iterations.)
376-
- [`dmedian_buckets`](@ref) computes the medians using the above method for multiple data groups
375+
- [`dscale`](@ref) scales the selected columns to mean 0 and standard deviation
376+
1
377+
- [`dmedian`](@ref) computes a median in columns of the dataset (That is done
378+
by an approximative algorithm that works in time `O(n*iters)`, thus works
379+
even for really large datasets. Precision increases by roughly 1 bit per
380+
iteration, the default is 20 iterations.)
381+
- [`dmedian_buckets`](@ref) computes the medians using the above method for
382+
multiple data groups

0 commit comments

Comments
 (0)