Bug 104688 - [NEW PORT] math/p5-Statistics-LineFit: Least squares line fit, weighted or unweighted
Summary: [NEW PORT] math/p5-Statistics-LineFit: Least squares line fit, weighted or un...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-22 23:00 UTC by gslin
Modified: 2006-11-01 02:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-Statistics-LineFit-0.06.shar (2.63 KB, text/plain)
2006-10-22 23:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-10-22 23:00:33 UTC
The Statistics::LineFit module does weighted or unweighted least-squares
line fitting to two-dimensional data (y = a + b * x).  (This is also
called linear regression.) In addition to the slope and y-intercept, the
module can return the square of the correlation coefficient (R squared),
the Durbin-Watson statistic, the mean squared error, sigma, the t
statistics, the variance of the estimates of the slope and y-intercept,
the predicted y values and the residuals of the y values.

WWW:	http://search.cpan.org/dist/Statistics-LineFit/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-22 23:00:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-01 01:59:45 UTC
clsung      2006-11-01 01:59:37 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/p5-Statistics-LineFit Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Add p5-Statistics-LineFit 0.06, least squares line fit, weighted or
  unweighted.
  
  PR:             ports/104688
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.429     +1 -0      ports/math/Makefile
  1.1       +22 -0     ports/math/p5-Statistics-LineFit/Makefile (new)
  1.1       +3 -0      ports/math/p5-Statistics-LineFit/distinfo (new)
  1.1       +9 -0      ports/math/p5-Statistics-LineFit/pkg-descr (new)
  1.1       +6 -0      ports/math/p5-Statistics-LineFit/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-01 02:00:13 UTC
State Changed
From-To: open->closed

New port added. Thank You.