Next
Sake Developer Guide
Thomas
Davis
Copyright © 2008 Thomas Davis
10/25/2008
Table of Contents
1. Introduction
1. Purpose
2. Scope
3. Revision History
2. Project Overview
1. What is Sake?
2. What is Polynomial Regression?
3. Where is it?
4. License
5. Bugs, features requests and support?
3. Installation
1. System Requirements
2. Basic Installation
4. Development
1. Checking out the Source
2. Coding Conventions
5. Writing Documentation
1. phpDocumentor
Writing PHP Docs
Installation
Building the Documentation
2. DocBook v5.0
Building the Documentation
3. UML Diagrams
6. Testing
1. The PHPUnit Test Tool
Installing PHPUnit
2. Running Tests
All Automated Tests
A Single Test Suite
A. Resources
Bibliography
List of Tables
1.1.
Revision History
2.1.
Matrix M
2.2.
Matrix C
2.3.
Matrix Y
List of Equations
2.1.
First Degree Polynomial
2.2.
Forth Degree Polynomial
2.3.
Least Squares