Note: This API is now obsolete.
Fills a symmetric matrix with a random sample from the distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[ObsoleteAttribute("Use the FillSample method instead.")]
public void FillRandomVariate(
Random random,
SymmetricMatrix<double> sample
)
<ObsoleteAttribute("Use the FillSample method instead.")>
Public Sub FillRandomVariate (
random As Random,
sample As SymmetricMatrix(Of Double)
)
public:
[ObsoleteAttribute(L"Use the FillSample method instead.")]
void FillRandomVariate(
Random^ random,
SymmetricMatrix<double>^ sample
)
[<ObsoleteAttribute("Use the FillSample method instead.")>]
member FillRandomVariate :
random : Random *
sample : SymmetricMatrix<float> -> unit
Parameters
- random
- Type: SystemRandom
A Random object that specifies the
uniform random number generator that is to be used to generate the samples. - sample
- Type: Extreme.Mathematics.LinearAlgebraSymmetricMatrixDouble
A SymmetricMatrixT.
This method fills the matrix specified by sample,
with a single sample from the distribution.
Numerical Libraries
Obsolete (compiler warning) in 6.0
Reference