Difference between revisions of "Main Page"
From HCL
(→Presentation) |
(→Mathematics) |
||
Line 40: | Line 40: | ||
== Mathematics == | == Mathematics == | ||
* [http://en.wikipedia.org/wiki/Confidence_interval Confidence interval (Statistics)], [http://en.wikipedia.org/wiki/Student's_t-distribution Student's t-distribution] (implemented in [[GSL]]) | * [http://en.wikipedia.org/wiki/Confidence_interval Confidence interval (Statistics)], [http://en.wikipedia.org/wiki/Student's_t-distribution Student's t-distribution] (implemented in [[GSL]]) | ||
+ | * [http://en.wikipedia.org/wiki/Linear_regression Linear regression] (implemented in [[GSL]]) | ||
* [http://en.wikipedia.org/wiki/Binomial_tree#Binomial_tree Binomial tree] (use [[Graphviz]] to visualize trees) | * [http://en.wikipedia.org/wiki/Binomial_tree#Binomial_tree Binomial tree] (use [[Graphviz]] to visualize trees) | ||
* [http://en.wikipedia.org/wiki/Spline_interpolation Spline interpolation], [http://en.wikipedia.org/wiki/B-spline Spline approximation] (implemented in [[GSL]]) | * [http://en.wikipedia.org/wiki/Spline_interpolation Spline interpolation], [http://en.wikipedia.org/wiki/B-spline Spline approximation] (implemented in [[GSL]]) |
Revision as of 11:16, 18 August 2010
This site is set up for sharing ideas, findings and experience in heterogeneous computing. Please, log in and create new or edit existing pages. How to format wiki-pages read here.
Contents
Operating systems
Development tools
Libraries
Data processing
Presentation
Clusters
How to connect to cluster via SSH
Mathematics
- Confidence interval (Statistics), Student's t-distribution (implemented in GSL)
- Linear regression (implemented in GSL)
- Binomial tree (use Graphviz to visualize trees)
- Spline interpolation, Spline approximation (implemented in GSL)