0

I want to compute the Pearson correlation in InfluxDB. I found that there's a function for that in Flux.

I am using Influx Query Language (InfluxQL). It is possible to compute the Pearson correlation in InfluxQL?

AbdelKh
  • 499
  • 7
  • 19

1 Answers1

1

Unfortunately, it seems there is no current plan to support this function natively. There is an opening issue for years and Flux has been give more priority than InfuxQL these days obviously, with constant iterations.

Munin
  • 1,576
  • 2
  • 19