Click or drag to resize
Accord.NET (logo)

MultivariateDiscreteDistributionMarginalDistributionFunction Method (Int32, Int32)

Gets the marginal distribution of a given variable evaluated at a given value.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double MarginalDistributionFunction(
	int index,
	int value
)
Request Example View Source

Parameters

index
Type: SystemInt32
The variable index.
value
Type: SystemInt32
The variable value.

Return Value

Type: Double
See Also