|
MatrixContinuousDistribution Constructor
|
Constructs a new MultivariateDistribution class.
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected MatrixContinuousDistribution(
int rows,
int cols
)
Protected Sub New (
rows As Integer,
cols As Integer
)
Request Example
View SourceParameters
- rows
- Type: SystemInt32
The number of rows for matrices modeled by the distribution. - cols
- Type: SystemInt32
The number of rows for matrices modeled by the distribution.
See Also