|
GeometricDistributionRandom Method (Double)
|
Generates a random observation from the current distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double Random(
double p
)
Public Shared Function Random (
p As Double
) As Double
Request Example
View SourceParameters
- p
- Type: SystemDouble
The probability of success.
Return Value
Type:
Double
A random observations drawn from this distribution.
See Also