BUG #13619: regression functions return Null

From: biswadeep(dot)banerjee(at)actifio(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13619: regression functions return Null
Date: 2015-09-14 10:14:03
Message-ID: 20150914101403.2675.58889@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

The following bug has been logged on the website:

Bug reference: 13619
Logged by: Biswadeep Banerjee
Email address: biswadeep(dot)banerjee(at)actifio(dot)com
PostgreSQL version: 9.4.4
Operating system: Any
Description:

Hi,
Trending analysis is one of our use case, where I am trying the use the
regression function in postgres 9.4.4.
eg. regr_slope(y,x); regr_intercept(y,x).

I have tried to use the functions to fit in our trending analysis SQL but
returns NULL.
As test also tried with constant values, like,
select regr_slope(4,3), regr_intercept(4,3) from table;

--- returns NULL.

Is this a known issue? or I am using the function differently.

Thanks

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-09-14 13:41:15 Re: BUG #13618: terminated by exception 0xC0000005
Previous Message eelke 2015-09-14 10:12:49 BUG #13618: terminated by exception 0xC0000005

Browse pgsql-general by date

  From Date Subject
Next Message Martín Marqués 2015-09-14 10:22:58 Re: Ubuntu installed postgresql password failure
Previous Message Craig Ringer 2015-09-14 09:37:12 Re: BDR problem