Skip to content

Commit 8d0fb9b

Browse files
authored
remove example
1 parent 845b2e9 commit 8d0fb9b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/reconstruction.jl

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@ Use `Reconstruction(s::AbstractVector{T}, D, τ)` to create an instance.
1414
1515
Use `Reconstruction(s::SizedAray{S1, S2}, D, τ)` to create a reconstruction using
1616
a multi-dimensional timeseries. Note that a reconstruction created this way will
17-
have `S2*D` total dimensions, a result of each dimension of `s` having `D` delayed
18-
dimensions.
19-
20-
## Example
21-
22-
```julia
23-
using StaticArrays
24-
data = rand(1000,4)
25-
s = Size(1000,4)(data)
26-
R = Reconstruction(s, D, τ)
27-
```
17+
have `S2*D` total dimensions and *not* `D`, as a result of each dimension of
18+
`s` having `D` delayed dimensions.
2819
2920
## Description
3021
The ``n``th row of a `Reconstruction` is the `D`-dimensional vector

0 commit comments

Comments
 (0)