Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

LL_D_FI Class Reference

#include <newmatnl.h>

List of all members.


Public Methods

virtual void  Set (const ColumnVector &X)
virtual void  WG (bool wgx)
virtual bool  IsValid ()
bool  IsValid (const ColumnVector &X, bool wgx=true)
virtual Real  LogLikelihood ()=0
Real  LogLikelihood (const ColumnVector &X, bool wgx=true)
virtual ReturnMatrix  Derivatives ()=0
virtual ReturnMatrix  FI ()=0
virtual  ~LL_D_FI ()

Protected Attributes

ColumnVector  para
bool  wg

Constructor & Destructor Documentation

LL_D_FI::~LL_D_FI ( ) [inline, virtual]
 

Definition at line 277 of file newmatnl.h.

00277 {}               // to keep gnu happy

Member Function Documentation

virtual ReturnMatrix LL_D_FI::Derivatives ( ) [pure virtual]
 

virtual ReturnMatrix LL_D_FI::FI ( ) [pure virtual]
 

bool LL_D_FI::IsValid ( const ColumnVector & X,
bool wgx = true ) [inline]
 

Definition at line 267 of file newmatnl.h.

00268       { Set(X); WG(wgx); return IsValid(); }

bool LL_D_FI::IsValid ( ) [inline, virtual]
 

Definition at line 265 of file newmatnl.h.

00265 { return true; }

Real LL_D_FI::LogLikelihood ( const ColumnVector & X,
bool wgx = true ) [inline]
 

Definition at line 271 of file newmatnl.h.

00272       { Set(X); WG(wgx); return LogLikelihood(); }

virtual Real LL_D_FI::LogLikelihood ( ) [pure virtual]
 

void LL_D_FI::Set ( const ColumnVector & X ) [inline, virtual]
 

Definition at line 260 of file newmatnl.h.

00260 { para = X; }

void LL_D_FI::WG ( bool wgx ) [inline, virtual]
 

Definition at line 262 of file newmatnl.h.

00262 { wg = wgx; }

Member Data Documentation

ColumnVector LL_D_FI::para [protected]
 

Definition at line 256 of file newmatnl.h.

bool LL_D_FI::wg [protected]
 

Definition at line 257 of file newmatnl.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 7 00:08:19 2004 for OSSIM - Open Source Image Map by doxygen1.2.6 written by , © 1997-2001