|
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
)
Public Function MarginalDistributionFunction (
index As Integer,
value As Integer
) As Double
Request Example
View SourceParameters
- index
- Type: SystemInt32
The variable index. - value
- Type: SystemInt32
The variable value.
Return Value
Type:
DoubleSee Also