public class NRIncBetaAlgorithm extends AbstractIncBetaAlgorithm
adapter, FigureReporters, invertParameterDeclarations, LIKELIHOOD, NEG_LOG_LIKELIHOOD, paramListeners, Params, PosteriorParams, PREDICTION, priorParamListeners, PriorParams, SUM_NEG_LOG_LIKELIHOOD, usingDataSet
domainDimension, rangeDimension
Constructor and Description |
---|
NRIncBetaAlgorithm() |
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getPredictionAt(DblMatrix[] X) |
DblMatrix |
incBeta(DblMatrix xx,
DblMatrix aa,
DblMatrix bb)
incBeta(X,a,b)
Calculates the incomplete beta algorithm for parameters a and b
at the point X.
|
about, getValueAt
addFigureReporter, addObjectToSample, addParameterChangeListener, declareIfNotParameter, declareIfNotPriorParameter, declareParameter, declareParameter, declarePriorParameter, declarePriorParameter, declareVariable, fireParameterAdded, fireParameterRemoved, fireParameterValueChanged, fireParameterValuesChanged, firePriorParameterAdded, firePriorParameterRemoved, firePriorParameterValueChanged, firePriorParameterValuesChanged, getDataAugment, getDataSet, getDataSetAdapter, getDeclaredParameters, getDeclaredPriorParameters, getDeclaredVariables, getFigureReporter, getFigureReporters, getIgnoreNaN, getMSE, getName, getNewObjectSample, getNewObjectSamples, getObjectSamplingOffered, getObjectsToSample, getParam, getParams, getPosteriorParam, getPosteriorParams, getPriorParam, getPriorParams, getValueAt, getValueAt, getValueToMinimize, getX, getY, hasParameter, hasPriorParameter, invertParameterDeclarations, isSamplingObject, isVectorBased, likelihood, mapName, negLogLikelihood, negLogPrior, numParams, offerObjectSamplingFor, offersObjectSamplingFor, parameterSet, putNewObjectSample, removeAllParameterChangeListener, removeFigureReporter, removeObjectToSample, removeParameterChangeListener, replaceParams, replacePosteriorParams, replacePriorParams, residuals, revokeObjectSamplingFor, revokeParameter, revokePriorParameter, revokeVariable, samplePosterior, samplePosterior, setDataAugment, setDataSet, setIgnoreNaN, setName, setObjectsToSample, setParam, setParams, setPosteriorParam, setPosteriorParams, setPriorParam, setPriorParams, setValueToGet, setX, setY, sumNegLogLikelihood, unMapName, variableSet
domainDimension, plotOver, plotOver, rangeDimension
public DblMatrix incBeta(DblMatrix xx, DblMatrix aa, DblMatrix bb)
incBeta
in interface IncBetaAlgorithm
incBeta
in class AbstractIncBetaAlgorithm
public DblMatrix getPredictionAt(DblMatrix[] X)
getPredictionAt
in class StatisticalModel
Copyright © 2011, 2013. Daniel P. Dougherty