Note: This API is now obsolete.
Returns 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 Sample method instead.")]
public SymmetricMatrix GetRandomVariate(
Random random
)
<ObsoleteAttribute("Use the Sample method instead.")>
Public Function GetRandomVariate (
random As Random
) As SymmetricMatrix
public:
[ObsoleteAttribute(L"Use the Sample method instead.")]
SymmetricMatrix^ GetRandomVariate(
Random^ random
)
[<ObsoleteAttribute("Use the Sample method instead.")>]
member GetRandomVariate :
random : Random -> SymmetricMatrix
Parameters
- random
- Type: SystemRandom
A Random object that specifies the
uniform random number generator that is to be used to generate the samples.
Return Value
Type:
SymmetricMatrixA
SymmetricMatrix that is a sample of the distribution.
This method returns a vector that contains a single sample from the distribution.
Numerical Libraries
Obsolete (compiler warning) in 5.x
Obsolete (compiler warning) in 4.x
Reference