Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

LL_D_FI class Reference
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

Protected Attributes

ColumnVector para
bool wg


Detailed Description

This class is the prototype class for calculating the log-likelihood. Defined in newmat library. It is assumed that first derivatives are available and something like the Fisher Information or variance/covariance matrix of the first derivatives or minus the matrix of second derivatives is available. This matrix must be positive definite.

Definition at line 265 of file NEWMATNL.H.


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 278 of file NEWMATNL.H.

virtual bool LL_D_FI::IsValid   [inline, virtual]
 

Definition at line 276 of file NEWMATNL.H.

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

Definition at line 282 of file NEWMATNL.H.

References RBD_COMMON::Real.

virtual Real LL_D_FI::LogLikelihood   [pure virtual]
 

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

Definition at line 271 of file NEWMATNL.H.

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

Definition at line 273 of file NEWMATNL.H.


Member Data Documentation

ColumnVector LL_D_FI::para [protected]
 

Definition at line 267 of file NEWMATNL.H.

bool LL_D_FI::wg [protected]
 

Definition at line 268 of file NEWMATNL.H.


The documentation for this class was generated from the following file:
Generated on Fri Aug 23 01:39:22 2002 for VirtualU by doxygen1.2.17