massive documentation update
This commit is contained in:
parent
b4da9edf40
commit
7fed1ebf51
33 changed files with 399 additions and 181 deletions
|
|
@ -31,8 +31,20 @@ Authors:
|
|||
#include <eoPop.h>
|
||||
#include <eoFunctor.h>
|
||||
|
||||
//! edoEstimator< D >
|
||||
/** @defgroup Estimators Estimators
|
||||
*
|
||||
* Estimators takes an eoPop and estimates the parameters of a distributions
|
||||
* (defined as an hypothesis) from it.
|
||||
*/
|
||||
|
||||
/** Base class for estimators.
|
||||
*
|
||||
* Estimators takes an eoPop and estimates the parameters of a distributions
|
||||
* (defined as an hypothesis) from it.
|
||||
*
|
||||
* @ingroup Estimators
|
||||
* @ingroup Core
|
||||
*/
|
||||
template < typename D >
|
||||
class edoEstimator : public eoUF< eoPop< typename D::EOType >&, D >
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue