Represents an parameterized likelihood distribution.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IParameterizedDistribution
Public Interface IParameterizedDistribution
public interface class IParameterizedDistribution

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetParameters()()()
Gets the parameter values of the distribution.
Likelihood(Double)
Gets the likelihood of a value, given the current parameters.
SetParameters(IList<(Of <(Double>)>))
Sets the parameter values of the distribution.

See Also