Click or drag to resize
Accord.NET (logo)

UniformBallDistributionMean Property

Gets the sphere center (mean) vector.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override double[] Mean { get; }
Request Example View Source

Property Value

Type: Double
A vector containing the mean values for the distribution.

Implements

IMultivariateDistributionMean
IMultivariateDistributionTObservationMean
See Also