Click or drag to resize
Accord.NET (logo)

DistributionInfoIsUnivariate Property

Gets a value indicating whether the distribution modeled by DistributionType is univariate. A distribution is assumed to be univariate if it implements the IUnivariateDistribution interface.

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool IsUnivariate { get; }
Request Example View Source

Property Value

Type: Boolean
See Also