• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Trend Line - Regression

New Here ,
Jun 15, 2007 Jun 15, 2007

Copy link to clipboard

Copied

Within CF, is there a pre-defined function, function method or UDF available that will create a trend-line based on regression analysis on a cfquery result?

Thanks in advance!
TOPICS
Advanced techniques

Views

422

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jun 15, 2007 Jun 15, 2007
elbojpb wrote:
> Within CF, is there a pre-defined function, function method or UDF available
> that will create a trend-line based on regression analysis on a cfquery
> result?

have a look at the regression CFC here: http://www.cfczone.org/cfcs/index.cfm

Votes

Translate

Translate
Advocate ,
Jun 15, 2007 Jun 15, 2007

Copy link to clipboard

Copied

I'm not sure about CF, but you could probably do something like that by leveraging the Excel API through COM or maybe even Jakarta POI. Of course, the downside would be you would have to have excel installed on your server and your finished graphs would not be displayable inline in non Microsoft OS's.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 15, 2007 Jun 15, 2007

Copy link to clipboard

Copied

elbojpb wrote:
> Within CF, is there a pre-defined function, function method or UDF available
> that will create a trend-line based on regression analysis on a cfquery
> result?

have a look at the regression CFC here: http://www.cfczone.org/cfcs/index.cfm

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 15, 2007 Jun 15, 2007

Copy link to clipboard

Copied

LATEST
That's the ticket ... many many thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation