marf.Stats.StatisticalEstimators
Class MLE

java.lang.Object
  extended bymarf.Storage.StorageManager
      extended bymarf.Stats.StatisticalEstimators.StatisticalEstimator
          extended bymarf.Stats.StatisticalEstimators.Smoothing.Smoothing
              extended bymarf.Stats.StatisticalEstimators.Smoothing.AddDelta
                  extended bymarf.Stats.StatisticalEstimators.MLE
All Implemented Interfaces:
java.lang.Cloneable, ISmoothing, IStatisticalEstimator, IStorageManager, java.io.Serializable

public class MLE
extends AddDelta

Maximum-Likelihood Statistical Estimator (MLE).

$Id: MLE.java,v 1.16 2006/01/15 01:50:57 mokhov Exp $

Since:
0.3.0.2
Version:
$Revision: 1.16 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.Stats.StatisticalEstimators.Smoothing.AddDelta
dDelta
 
Fields inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator
oProbabilityTable, oStreamTokenizer
 
Fields inherited from class marf.Storage.StorageManager
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.Stats.StatisticalEstimators.Smoothing.ISmoothing
MARF_INTERFACE_CODE_REVISION
 
Fields inherited from interface marf.Stats.StatisticalEstimators.IStatisticalEstimator
MARF_INTERFACE_CODE_REVISION
 
Fields inherited from interface marf.Storage.IStorageManager
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, MARF_INTERFACE_CODE_REVISION, STORAGE_FILE_EXTENSIONS
 
Constructor Summary
MLE()
          Default construct with the call super(0).
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 double p(Observation poEvent)
          Not implemented.
 double p(java.util.Vector poEventList)
          Not implemented.
 
Methods inherited from class marf.Stats.StatisticalEstimators.Smoothing.AddDelta
getDelta, smooth
 
Methods inherited from class marf.Stats.StatisticalEstimators.Smoothing.Smoothing
train
 
Methods inherited from class marf.Stats.StatisticalEstimators.StatisticalEstimator
backSynchronizeObject, dumpCSV, dumpXML, getFilename, getLanguage, getProbabilityTable, getStreamTokenizer, p, resetFilename, restoreCSV, restoreXML, setLanguage, setStreamTokenizer
 
Methods inherited from class marf.Storage.StorageManager
clone, dump, dumpBinary, dumpGzipBinary, dumpHTML, dumpSQL, enableDumpOnNotFound, equals, getDefaultExtension, getDefaultExtension, getDumpMode, hashCode, restore, restoreBinary, restoreGzipBinary, restoreHTML, restoreSQL, setDumpMode, setFilename, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MLE

public MLE()
Default construct with the call super(0).

See Also:
AddDelta
Method Detail

p

public double p(Observation poEvent)
Not implemented. TODO: implement.

Parameters:
poEvent -
Returns:
0

p

public double p(java.util.Vector poEventList)
Not implemented. TODO: implement.

Parameters:
poEventList -
Returns:
0

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string


SourceForge Logo