Multivariate Continuous Distribution.Fill Samples Method
Fills the rows of a matrix with random samples from the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public virtual void FillSamples(
Random random,
Matrix<double> samples
)
Parameters
Remarks
This method fills the rows of the matrix specified by samples, with random samples from the distribution.
Exceptions
Argument | samples is null. -or- random is null. |
Dimension | The number of columns of samples does not equal the Order of the distribution. |