用于统计的 Perl 包 - 多元回归
I am new to perl and looking for a package that includes a code to calculate multiple regression.
Something like OLS that is presented here:
wikipedia - estimation methods for multiple regression
Any suggestions?
Thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,寻找 Perl 软件包的起点(如果不是 Google)将是 CPAN。
有一个名为 Statistics::OLS 的软件包 - 它很旧,但你可以看看那里的代码。
CPAN 搜索“统计回归”会返回 15 个软件包可以细读。
In general your starting point when looking for Perl packages - if not Google - would be CPAN.
There is a package called Statistics::OLS - it's old, but you could look at the code there.
A CPAN search for "statistics regression" returns 15 packages that you could peruse.