September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1 +0,0 @@
|
|||
ndiff(A, n::Integer) = n < 1 ? A : diff(ndiff(A, n-1))
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
julia> s = [90, 47, 58, 29, 22, 32, 55, 5, 55, 73]
|
||||
julia> [ndiff(s, i) for i in 0:9]
|
||||
10-element Array{Any,1}:
|
||||
[90,47,58,29,22,32,55,5,55,73]
|
||||
[-43,11,-29,-7,10,23,-50,50,18]
|
||||
[54,-40,22,17,13,-73,100,-32]
|
||||
[-94,62,-5,-4,-86,173,-132]
|
||||
[156,-67,1,-82,259,-305]
|
||||
[-223,68,-83,341,-564]
|
||||
[291,-151,424,-905]
|
||||
[-442,575,-1329]
|
||||
[1017,-1904]
|
||||
[-2921]
|
||||
Loading…
Add table
Add a link
Reference in a new issue