Click or drag to resize
Accord.NET (logo)

UniformBallDistribution Constructor (Int32)

Initializes a new instance of the UniformBallDistribution class.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public UniformBallDistribution(
	int dimension
)
Request Example View Source

Parameters

dimension
Type: SystemInt32
The number of dimensions in the n-dimensional sphere.
See Also