Click or drag to resize
Accord.NET (logo)

MultivariateNormalDistributionToIndependentNormalDistribution Method

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Independent<NormalDistribution> ToIndependentNormalDistribution()
Request Example View Source

Return Value

Type: IndependentNormalDistribution
A independent joint distribution of normal distributions.
See Also