mimas::corrcoef< Arg1, Arg2 > Struct Template Reference
Compute correlation-value of set of value-tupples.
More...
#include <corrcoef.h>
Inheritance diagram for mimas::corrcoef< Arg1, Arg2 >:
[legend]Collaboration diagram for mimas::corrcoef< Arg1, Arg2 >:
[legend]List of all members.
Detailed Description
template<class Arg1, class Arg2 = Arg1>
struct mimas::corrcoef< Arg1, Arg2 >
Compute correlation-value of set of value-tupples.
This function assigns a real number (the correlation value) to two sets of real numbers.
.
where 
The template-parameters Arg1
and Arg2
need to implement the concept of Sequence.
The syntax is intended to look like Matlab's corrcoef
function.
- Todo:
- The interface should be Matlab-like, but there also should be a interface for faster access, which doesn't require intermediate container-objects.
- Author:
- Jan Wedekind (jan at wedesoft.de)
- Date:
- Wed May 19 12:22:00 UTC 2004
Definition at line 28 of file corrcoef.h.
Member Function Documentation
template<class Arg1, class Arg2 = Arg1>
The documentation for this struct was generated from the following file:
mimas 2.1
Copyright Mon Oct 30 11:31:27 2006, Bala Amavasai, Stuart Meikle, Arul Selvan, Fabio Caparrelli, Jan Wedekind, Manuel Boissenin, ...