Namespaces

Types in MathNet.Numerics.Distributions

Type MeanPrecisionPair

Namespace MathNet.Numerics.Distributions

Parent ValueType

This structure represents the type over which the NormalGamma distribution is defined.

Constructors

Methods

Properties

Public Constructors

MeanPrecisionPair(double m, double p)

Initializes a new instance of the MeanPrecisionPair struct.
Parameters
double m

The mean of the pair.

double p

The precision of the pair.

Public Methods

bool Equals(object obj)

int GetHashCode()

Type GetType()

string ToString()

Public Properties

double Mean get; set;

Gets or sets the mean of the pair.

double Precision get; set;

Gets or sets the precision of the pair.