python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Obtaining CCF values using a loop in R
I have a data frame which looks like this:
files
Time
Male
Female
A
1.1
0
1
A
1.2
0
1
A
1.3
1
1
A
1.4
1
0
B
2.4
0
1
B
2.5
1
1
B
2.6
0
1
B
2.7
1
1
The 'files' column represent...
Roy
Votes: 0
Answers: 0
How to get correlation matrix for Scala dataframe
I have Scala dataframe with numeric data:
df2_num.printSchema
root
|-- ot2_total_sum: decimal(38,18) (nullable = true)
|-- s42_3: decimal(38,0) (nullable = true)
|-- s109_5: decimal(38,0) (nullabl...
Sergey Mayorov
Votes: 0
Answers: 2
Cross correlation gives incorrect result in scipy, python
I have a vector x with numbers and then I create a shifted copy and perform cross correlation, but yet I get that the lag with highest correlation is 0. I've tried to do the same with a vector with no...
Ferus
Votes: 0
Answers: 0
FFMPEG: Automatically remove audio codec latency
I am using FFMPEG to apply several audio codecs to a large number of speech files. Each codec introduces a different latency and I could not find a description of the precise value of this delay. Howe...
Cola Lightyear
Votes: 0
Answers: 1