Click or drag to resize

RareEventProbabilityEstimationContextGetLikelihoodRatio Method

Gets the likelihood ratio of a nominal density to a given reference one, evaluated at the specified sample point.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
protected abstract double GetLikelihoodRatio(
	DoubleMatrix samplePoint,
	DoubleMatrix nominalParameter,
	DoubleMatrix referenceParameter
)

Parameters

samplePoint
Type: Novacta.AnalyticsDoubleMatrix
The sample point.
nominalParameter
Type: Novacta.AnalyticsDoubleMatrix
The nominal parameter.
referenceParameter
Type: Novacta.AnalyticsDoubleMatrix
The reference parameter.

Return Value

Type: Double
The Likelihood ratio.
Remarks

A Cross-Entropy estimator is designed to evaluate the probability of rare events regarding the performance of complex systems. It is assumed that such probability must be evaluated with respect to a specific density function, member of a parametric family

LaTeX equation

where LaTeX equation is a vector representing a possible state of the system, and LaTeX equation is the set of allowable values for parameter LaTeX equation. Let LaTeX equation be the specific parameter value under which the probability must be evaluated. This is referred to as the nominal parameter.

Method GetLikelihoodRatio is intended to return the value

LaTeX equation

i.e., the likelihood ratio of LaTeX equation to LaTeX equation evaluated at state LaTeX equation, where LaTeX equation is the nominalParameter while LaTeX equation is the referenceParameter.

See Also