carbocation/statistics-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

carbocation/statistics-bundle

Composer 安装命令:

composer require carbocation/statistics-bundle

包简介

README 文档

README

This is a pure PHP library that implements multivariate linear regression using linear algebra. The Moore-Penrose pseudoinverse is used in the computation of the coefficient matrix. The original regression and matrix libraries were written by Shankar Manamalkav, and the original files can be found on his blog. It has been adapted as a Symfony2 bundle by James Pirruccello.

This bundle is covered by the MIT license. For details, see the license.

Symfony2 Installation

This bundle can be used as a standalone package for PHP 5.3+. It can also be used as a Symfony2 bundle. To do so, follow these instructions (for the 2.0.x branch):

  1. Add this bundle to your deps file:

    [CarbocationRegressionBundle]
        git=git://github.com/carbocation/CarbocationStatisticsBundle.git
        target=/bundles/Carbocation/StatisticsBundle
    

    Then run bin/vendors install.

  2. Register the Carbocation namespace in the app/autoload.php file:

    $loader->registerNamespaces(array(
        // ...
        'Carbocation'      => __DIR__.'/../vendor/bundles',
    ));
    
  3. Register the bundle in the app/AppKernel.php file:

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Carbocation\StatisticsBundle\CarbocationStatisticsBundle(),
        );
    }
    

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2012-12-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固