Difference between revisions of "Main Page"
From HCL
Line 35: | Line 35: | ||
* [[Grid5000]] | * [[Grid5000]] | ||
− | [[How to connect to cluster via | + | [[SSH|How to connect to cluster via SSH]] |
== Some Maths == | == Some Maths == | ||
* [http://en.wikipedia.org/wiki/Confidence_interval Confidence interval (Statistics)]. [http://en.wikipedia.org/wiki/Student's_t-distribution Student's t-distribution], which is used to find confidence interval, is implemented in [[GSL]] (<code>gsl_cdf_tdist_Pinv</code>) | * [http://en.wikipedia.org/wiki/Confidence_interval Confidence interval (Statistics)]. [http://en.wikipedia.org/wiki/Student's_t-distribution Student's t-distribution], which is used to find confidence interval, is implemented in [[GSL]] (<code>gsl_cdf_tdist_Pinv</code>) | ||
* [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 |
Revision as of 07:49, 21 April 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
Some Maths
- Confidence interval (Statistics). Student's t-distribution, which is used to find confidence interval, is implemented in GSL (
gsl_cdf_tdist_Pinv
) - Binomial tree. Use Graphviz to visualize trees