Closed xthebat closed 4 years ago
In file Correlating.kt for function correlate (Cross-correlation of two 1-dimensional sequences) called wrong Python numpy function:
Correlating.kt
correlate
nameMethod = arrayOf("corrcoef")
should be
nameMethod = arrayOf("correlate")
In file
Correlating.kt
for functioncorrelate
(Cross-correlation of two 1-dimensional sequences) called wrong Python numpy function:should be